To The Moon & Back is an educational app intended for use by kids (and adults!) curious about the solar system. It provides an immersive, educational ”space travel” experience through imaginary voyages to other planets in our solar system. The user can plan a trip for up to five travelers to one of nine celestial bodies, and while there see differences in weight and age (due to gravity and travel time), and learn about landmarks. There is also a recent space news item on the home page for further reading.
Visit deployed site: https://to-the-moon-and-back.netlify.app/
View locally:
- Clone this repository onto your machine
- Run
npm install
in your command line, inside the repository - Run
npm start
to start up the local server - Visit the application at
localhost:3000
in your browser - To stop the server, enter
control + c
in your terminal
- Create a fun, immersive experience
- Learn a few new technologies and tools:
- React Hooks
- CSS animation
- Chart.js
- Work collaboratively with back-end students
- Write a robust test suite
- React (with Hooks)
- SASS (SCSS)
- Slick Slider (React Slick)
- Chart.js
- Travis CI
- Netlify
- React Testing Library
- Jest
This project was bootstrapped with Create React App.