Welcome to SmartUp, the ultimate destination for educational games for kids! Our website was created as a final project for the Bytes4Future bootcamp and won first place 🎉. Our goal is to help kids have fun while they learn.
- Alphabet Soup: A fun game that helps kids learn the alphabet and improve their spelling skills.
- Simple Math Quizzes: A series of quizzes that help kids practice their basic math skills.
- Finding the Differences: A game that challenges kids to spot the differences between two images.
To install and run the SmartUp website on your computer, follow these steps:
- Clone the repository to your local machine.
- Navigate to the
frontend
andbackend
directories and runnpm install
to install the necessary dependencies. - Run
npm start
on the frontend andnpm run start:nodemon
on the backend to start the development servers. - Make sure you have Mongo Compass running for registration.
And that's it! With just a few simple commands, you'll be up and running with SmartUp in no time. 💪