This is a simple space travellers project application. The application allows a user to view list of rockets and missions. A user can reserve a rocket or join a mission. A user can also cancel rocket reservation and leave a joined mission. The profile page shows a summary of joined missions and reserved rockets.
- Html
- Css
- React
- Redux
- Javascript
- Click on the
Code
green drop down button then COPY. - In your local PC, open your terminal in the folder you would like to clone the repository into
- Clone the repository with the command:
git clone (copied link)
; like so:git clone https://github.com/HENRYKC24/space-travellers.git
- After the clone, type in the command
cd space-travellers
to access the app directory on the terminal - Run
npm install
to get all the project dependancies. - Run
npm run start
to start the dev-server.
- Run
npm test
.
👤 Victor Otieno
- GitHub: @githubhandle
- Twitter: @twitterhandle
- LinkedIn: LinkedIn
👤 Henry Kc
- GitHub: @githubhandle
- Twitter: @twitterhandle
- LinkedIn: LinkedIn
Contributions, issues, and feature requests are welcome! Feel free to contribute
Give a ⭐️ if you like this project!
- We remain indepted to the Facebook team that develop create-react-app and React Redux as open source.
- A special thanks to Microverse for inspiring this project. We really appreciate.
- A special thanks goes to all our peers at Microverse for being ther for us.
This project is MIT licensed.