This project was bootstrapped with Create React App.
"Space-Travelers-Hub" is a website that allows users to book rockets and join selected space missions by using data from the SpaceX API.
This project is built with:
Click here to see the live demo
To get the content of this project locally you need to run these commands in your terminal. Before starting the steps below, be sure you have Git and Node.js installed in your computer.
git clone https://github.com/tresorsawasawa/space-travelers-hub
cd space-travelers-hub
npm install
This will download all the dependancies of the project.npm start
The page will open at http://localhost:3000 in your browser.
npm run build
It correctly bundles React in production mode and optimizes the build for the best performance.
For tracking linter errors locally you need to follow these steps:
-
After cloning the project make sure you have run this command
npm install
command -
For tracking the linter errors in HTML file run:
npx hint .
-
For tracking the linter errors in CSS file run:
npx stylelint "\*_/_.{css,scss}"
-
For tracking the linter errors in JavaScript file run:
npx eslint .
-
And For running some unit tests:
npm test
👤 Trésor Sawasawa
- GitHub: @tresorsawasawa
- Twitter: @tresorsawasawa
- LinkedIn: Trésor Sawasawa
👤 Kandy Peter
- GitHub: Kandy-Peter
- Twitter: Kandy-Peter
- LinkedIn: Kandi-Kamuntu
Feel free to check the issues page
Give a ⭐ if you like this project!
- Thanks to everyone who will get time to check this code especially to code reviewers.
This project is MIT licensed.