REACT README
"This project consumes real live data from the SpaceX API. This application is built for a fake company that provides commercial and scientific space travel services. The application will allow users to book rockets and join selected space missions."
- REACT
- REDUX
- SpaceX API
- HTML & CSS
To get a local copy up and running follow these simple example steps.
- Text Editor | Git and Github set up
- Clone repository and open with text editor
- Run npm install - to load necessary files from package.json
- Apply Linter checks with the following instructions
-
Stylelint: Install stylelint for clean Styles and elimination of related errors. Run:
npm install --save-dev [email protected] [email protected] [email protected] [email protected]
Afterwards create a.stylelintrc.json
file and then runnpx stylelint "**/*.{css,scss}"
to check errors. Usenpx stylelint "**/*.{css,scss}" --fix
to fix multiple errors. -
Eslint: To find and fix script errors, run
npm install --save-dev [email protected] [email protected] [email protected] [email protected] [email protected] [email protected] @babel/[email protected] @babel/[email protected] @babel/[email protected] @babel/[email protected] @babel/[email protected]
After, create a.eslintrc.json
file. Then runnpx eslint .
to print errors. Usenpx eslint . --fix
to fix multiple errors.
- View APP
- Click on a Reserve Rocket to book a rocket
- Click on Cancel Reservation to un-book a rocket
- Click on Join a mission to book missions
- View Active Member
- Click on Leave mission to un-book mission
- View Not a Member
- View booked missions and Rockets in My Profile
- open
src/__test__
folder - Enter any test file
- Run
npm test
to test all files
👤 Oybek Kayumov
- GitHub: @OybekKayumov
- Twitter: @KayumovOybek
- LinkedIn: Oybek Kayumov
👤 STEVE W DAMES JR
- GitHub: @githubhandle
- Twitter: @twitterhandle
- LinkedIn: LinkedIn
Contributions, issues, and feature requests are welcome!
Feel free to check the issues page
Give a ⭐️ if you like this project!
- Hat tip to anyone whose code was used
- etc
- Images: Planet icons created by Freepik - Flaticon
This project is MIT licensed.