- 📖 About the Project
- 💻 Getting Started
- 👥 Authors
- 🔭 Future Features
- 🤝 Contributing
- ⭐️ Show your support
- 🙏 Acknowledgements
- 📝 License
Space Travelers' Hub is a web application for a company that provides commercial and scientific space travel services. It uses the real live data from the SpaceX API. The application will allow users to book rockets and join selected space missions. Built with React and Redux.
- Displays the data of all the rockets and the missions
- User can resrve a rocket and join a mission
- User can see reserved rockets and joined missions in the My Profile page
- N/A
To get a local copy up and running, follow these steps.
In order to run this project you need:
- node.js
- git
Clone this repository to your desired folder:
-
Open your terminal
-
Navigate to the directory where you want to clone the project.
-
Clone the project using by running the following command:
git clone https://github.com/dialite/space-travellers-hub.git
Install this project using the following command:
npm install
To run the project, execute the following command:
npm run build
npm start
To run tests, run the following command:
npm run test
Mention all of the collaborators of this project.
👤 Abeera Tahir
- GitHub: @AbeeraTahir
- Twitter: @AbeeraTahir8
- LinkedIn: Abeera Tahir
👤 Raymond Olisa
- GitHub: @dialite
- Twitter: @raymondolisa01
- LinkedIn: Raymond Olisa
- My Profile section can be enhanced by adding the "Cancel reservation" and "Leave Mission" buttons to the list items
- "Read more" button feature for each mission and rocket can be added in the MY Profile section
- Styling for the project can be improved by making it a colorful website
Contributions, issues, and feature requests are welcome!
Feel free to check the issues page.
Give a ⭐️ if you like this project!
N/A
This project is MIT licensed.
NOTE: we recommend using the MIT license - you can set it up quickly by using templates available on GitHub. You can also use any other license if you wish.