Space Travelers Hub: A web application for a company that provides commercial and scientific space travel services. The application will allow users to book rockets and join selected space missions. The Space Travelers' Hub consists of Rockets, Missions, and the My Profile section.
- React
- Redux
- API
- Linters
- SASS
- Jest
- Rockets /Dragons:
- The Rockets section displays a list of all available SpaceX rockets. Users can book each rocket by clicking the reservation button or cancel the previously made booking. The same layout is used to form the Dragons section.
- Mission:
- The Missions section displays a list of current missions along with their brief description and participation status. There is also a button next to each mission that allows users to join the selected mission or leave the mission the user joined earlier.
- My Profile:
- The My Profile section displays all reserved rockets and space missions.
To get a local copy up and running, follow these steps.
In order to run this project you need:
- A Chrome browser
- Node
- npm
Clone this repository to your desired folder:
cd my-folder
git clone [email protected]:rmiyoyo/space-travelers-hub.git
Install the prerequisites this project using:
cd space-travelers-hub
npm start
To run the project:
npm install
To run tests after setting up the linters, run the following command:
npx hint .
npx stylelint "**/*.{css,scss}"
npx eslint "**/*.{js,jsx}"
You can deploy this project using:
- Run index.html on your preferred browser.
👤 Raphael Miyoyo
- GitHub: Raphael Miyoyo
- Twitter: @r_miyoyo
- LinkedIn: LinkedIn
👤 Richard Sikaonga
- GitHub: @githubhandle
- Twitter: @twitterhandle
- LinkedIn: LinkedIn
👤 Samuel Takyi Boateng
- GitHub: @githubhandle
- Twitter: @twitterhandle
- LinkedIn: LinkedIn
- Deploy to a live server
Contributions, issues, and feature requests are welcome!
Feel free to check the issues page.
If you like this project, create a pull request or hit me up on @richie.
I appreciate you for having a look at my project! 💯
This project is MIT licensed.