This is the frontend for Sun Voyage (pronounced like 'Bon Voyage'), a decoupled fullstack app.
sun-voyage.herokuapp.com
Welcome to Sun Voyage! Visit planets and dwarf planets in the Solar System to learn more about each, and to see what your age and weight would be in a different world. Interact with other galactic travelers by sharing your experiences and sight-seeing recommendations in the comments of each planet!
Click here to visit the live site.
Click here to visit the live backend.
And click here to view the server github repo.
You don't need an account to view planets and others' comments, but you will need one to add your own and to update your profile.
- Javascript/CSS/HTML
- React
- MongoDB
- Express
- Node
- Axios
- Bootstrap
- Moment
If you'd like to set up this project on your local server:
- Fork and clone this repository
- Run
npm i
to install the dependencies listed in package.json- Run
npm i nodemon
(if not already globally installed)
- Run
- Create an .env containing:
- REACT_APP_APOD_KEY set to an API key to NASA's Astronomy Picture of the Day API
- REACT_APP_SERVER_URL set to the URL for the backend
- Run npm start
- Create a profile, view planets, and broswe APOD pictures!
b = backend functionalty; f = frontend functionality.
user = generic user; User = logged in user.
On... | We created/implemented the following... |
---|---|
Fri, 2/19/21 |
|
Sat, 2/20/21 |
|
Mon, 2/22/21 |
|
Tues, 2/23/21 |
|
Wed, 2/24/21 |
|
Thurs, 2/25/21 |
|
Fri, 2/26/21 |
|
Wed, 3/3/21 |
|