- 📖 About the Project
- 💻 Getting Started
- 👥 Authors
- 🔭 Future Features
- 🤝 Contributing
- ⭐️ Show your support
- 🙏 Acknowledgements
- ❓ FAQ (OPTIONAL)
- 📝 License
Space Traveler's Hub is a web application that displays SpaceX rockets and missions, users can join/leave missions or reserve/cancel rockets.
Client
- React to create the UI.
- Redux Toolkit to manage state.
- Tailwindcss to apply awesome styles.
Database
- N/A
- Users can see an updated list of SpaceX rockets and missions
- Users can join or leave any mission
- Users can reserve or cancel any rocket
- Users can see reserved rockets and joined missions in the My Profile section
To get a local copy of this project and run it in your computer, follow these steps.
In order to run this project you need:
- A working computer.
- Connection to internet.
- npm and Node.js installed, if you don't have them, please follow this simple installation guide.
To get a local copy up and running follow these simple example steps.
Clone this repository in the desired folder:
cd my-folder
git clone https://github.com/jmonto55/Space-Travelers-Hub.git
To install this project:
cd Space-Travelers-Hub
code .
npm install
To run the project, execute the following command:
npm start
To run the project tests, execute the following command:
npm test
👤 Gino Anderson Canales
- GitHub: @anderCM
👤 Jose Montoya
- GitHub: @jmonto55
- Corrections spotted by reviewer will be implemented
Contributions, issues, and feature requests are welcome!
Feel free to check the issues page.
If you like this project feel free to frok it and use it as you need.
I would like to thank Microverse for the information provided to build this project.
-
Can I use the project for any purpose?
- Yes, you can use this files for anything you need.
-
Is the information saved in any database?
- No, all data is saved in Local Storage.
This project is MIT licensed.