- 📖 About the Project
- 💻 Getting Started
- 👥 Authors
- 🤝 Contributing
- ⭐️ Show your support
- 🙏 Acknowledgements
- ❓ FAQ (OPTIONAL)
- 📝 License
This SPA(Single Page Application) is created using real live data from the SpaceX API. 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.js
- Redux Toolkit
- VSCode and GitHub
- SpaceX API endpoints:
- Rockets:
https://api.spacexdata.com/v4/rockets
- Missions:
https://api.spacexdata.com/v3/missions
- Rockets:
Client
- React to create the UI.
- Redux Toolkit to manage state.
- Tailwindcss to apply awesome styles.
Database
- N/A
- [Git Flow]
- [React Router]
- [Unit tests with React Testing Library]
Clone this repository to get started with the project, make sure to configure linters by following the instructions in the Linters README file
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.
- Clone the folder to your local machine.
- Open a local copy of the project in your code editor.
-
To run the project, execute the following command:
npm start
in your terminal.
-
To run test functions, execute the following command:
npm test
in your terminal.
- After pushing the changes on github, merge your pull request and let github action process changes and fix errors, if any.
- For stylelint errors run:
npx stylelint "**/*.{css,scss}" --fix
for automatic fix. - For ESLINT errors run:
npx eslint "**/*.{js,jsx}" --fix
for automatic fix.
- For stylelint errors run:
👤 Ashmal Zahra
- GitHub: @ashmalzahra
- Twitter: @AshmalZahraa
- LinkedIn: ashmal-zahra
👤 Emmanuel Balikuddembe
- GitHub: @githubhandle
- Twitter: @twitterhandle
- LinkedIn: LinkedIn
- Advanced styling
- Animations
Contributions, issues, and feature requests are welcome!
Feel free to check the issues page.
Give a ⭐️ if you like this project!
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.
-
Is the information saved in any database?
- No, all data is saved in Local Storage.
This project is MIT licensed.