- 📖 About the Project
- 💻 Getting Started
- 👥 Authors
- 🔭 Future Features
- 🤝 Contributing
- 🙏 Acknowledgements
- 📝 License
react-group-project is a Microverse group project to build a web app using React/Redux that works with live data from the SpaceX API. The web application is for a virtual company that provides commercial and scientific space travel services. The application will allow users to book rockets and join selected space missions.
-React -Redux
Server
- None
Database
- Dynamic SPA build using React & Redux
- Browser-Routing
[Live-Demo](Not yet available)
In order to run this project :
- Make sure you have
Git installed
in your Computer or Install it by following these steps) - Access the repository and fork it OR
- click 'Code', copy the link and clone the repository to your local environment.
Clone this repository to your desired folder.
In the project directory, you can run:
Runs the app in the development mode. Open http://localhost:3000 to view it in your browser.
The page will reload when you make changes. You may also see any lint errors in the console.
For tracking linter errors locally you need to follow these steps:
-
After cloning the project you need to run this command
npm install
This command will download all the dependencies of the project
-
For tracking the linter errors in HTML file run:
npx hint .
-
For tracking the linter errors in CSS file run:
npx stylelint "**/*.{css,scss}"
- And For tracking the linter errors in JavaScript file run:
npx eslint .
Launches the test runner in the interactive watch mode.
See the section about running tests for more information.
👤 Aubin SIMPEZE
👤 Author 2
- API-Integration
- Reducers & Actions
Contributions, issues, and feature requests are welcome!
Feel free to check the issues page.
Give a ⭐️ if you like this project!
We would like to acknowledge Microverse for the training required to fulfill this project.
This project is MIT licensed.