- 📖 About the Project
- 💻 Getting Started
- 👥 Authors
- 🔭 Future Features
- 🤝 Contributing
- ⭐️ Show your support
- 🙏 Acknowledgements
- ❓ FAQ
- 📝 License
SpaceTravelHub is a live data from the SpaceX API. Web application development for a commercial and scientific space travel company. Rockets and space missions will be available for booking through the application.
Client
To get a local copy up and running, follow these steps.
In order to run this project you need:
Clone the respository
Add the Npm libraries
Run it
Clone this repository to your desired folder:
cd Desktop
git clone https://github.com/cvalencia1991/SpaceTravelHub.git
Install this project with:
cd my-project
npm install
To run the project, execute the following command:
npm run start
To run tests, run the following command:
npm run test
You can deploy this project using:
npm run start
👤 Cesar Alberto Valencia Aguilar
- GitHub: https://github.com/cvalencia1991
- Twitter: https://twitter.com/cvalenciaguilar
- LinkedIn: https://www.linkedin.com/in/cvalenciaguilar/
👤 Felipe Oyarzo
- [Adding Placeholder] Enhance the My Profile section by adding a placeholder message when the "My Missions" or "My Rockets" lists are empty (no missions joined or no rockets reserved).
- [Adding Read more ] Enhance the My Profile section by adding the "Read more" button for each mission and rocket. Upon click, it should open a corresponding Wikipedia page in a new tab. NOTE - you need to get that extra Wikipedia URL from the API's payload.
Contributions, issues, and feature requests are welcome!
Feel free to check the issues page.
If you like this project Give a ⭐️!
I would like to thank to spaceX give the Api to the deploy:
- Rockets: https://api.spacexdata.com/v3/rockets
- Missions: https://api.spacexdata.com/v3/missions
-
How can implement the project by Redux?
- you can impplement with the Duck patter or the basic items to introduce the React-Redux
-
Could i use any other style framework thank boostrap in this project?
- you can give you stiles with tailwindcss or SASS.
This project is MIT licensed.