This project is a web application designed to showcase developmental milestones and achievements for young learners. It utilizes HTML, and CSS for the front end, Express.js, and MongoDB for the backend functionality. The application is built with a focus on responsive design and interactive elements to engage users.
- Interactive UI: Showcases developmental milestones through engaging visuals and interactive elements.
- Responsive Design: Ensures a seamless experience across various devices and screen sizes.
- Dynamic Content: Utilizes Express.js to serve dynamic content and manage routes.
Before running this project, ensure you have Node.js and npm installed on your system. You can download them from here.
- Clone the repository to your local machine:
git clone https://github.com/tarunbisht-24/figma-design-replication.git
- Navigate to the project directory:
cd figma-design-replication
- Click on the index.html to view the web page (It's recommended to start the project code from IDE with a Live Server Extension to get better results):
http://127.0.0.1:5500/index.html
- Install the required dependencies for the Book Demo button (Backend functionality):
npm install
- To run the backend server, data gets stored in the database
node index.js
- Frontend: HTML, CSS
- Backend: Express.js, Mongoose
- Database: MongoDB
- Build Tool: Parcel