Educational app for kids focussing on our solar system. Interactive elements along with 3D models, quizzes and audio to help keep them engaged
Hello World
About
A web app built using Javascript, communicating with a MongoDB database through express. The front-end is displayed using React.
This web application was a ficticous BBC Educational app designed for kids focussing on our solar system.
Featuring Interactive elements along with 3D models, quizzes and audio to help keep them engaged and help them consume their learning.
Site
Homepage
3D Earth
Charts Page
Educational Quiz
About
EasterEgg (Click the Rotating Asteroid)
How to Run
Client:
To get the application running you must install all the dependencies:
npm install
Start the application in development mode. running this command will open ( http://localhost:3000 ) in a browser to view the application:
npm start
Server:
To get the application running you must install all the dependencies:
npm install
Then seed the database and run the server:
npm run seeds
npm run server:dev
Built with
- [JavaScript]
- [React]
- [MongoDB]
- [Express]