Welcome to the Hello Atithi project! This is a project clone of a website Hello Atithi, created to evaluate my skills and knowledge in the tech stack. 🚀
- 🏠 Home Page: Displays essential information and navigation.
- 📝 Form Page: Allows users to submit their trip details easily.
- 📰 Blog Categories: Explore different blog categories.
- 📄 Specific Blog Pages: View content for specific blogs under chosen categories.
- 🔧 Admin Panel: Manage blogs with the ability to create, edit, and delete posts. You can access the admin panel by adding
/adminto the URL.
- Frontend: React and TailwindCSS
- Backend: Express.js
- Database: MongoDB
To set up the project locally, follow these steps:
-
Clone the repository:
git clone https://github.com/sahilg28/hello-atithi.git
-
Navigate into the project directory:
cd hello-atithi -
Install the dependencies:
npm install
To start the application, run:
npm run dev