Space travellers is a project that lists information from the space-x Api about the space rockets that they have and the missions that they have already done.
The project is interesting as it allows users to book rockets as well as join a mission that they feel they are interested in. All booked rockets and joined missions can be viewed from the myProfile page.
Enjoy!
- HTML5
- CSS
- Javascript
- React
- Redux
- API
- Webpack
- Linters
To get a local copy up and running follow these simple example steps.
In your terminal, navigate to your current directory and run this code
git@github.com:Nemwel-Boniface/spacetravellers.git
Locate the directory in your file explorer
cd spacetravellers
Install npm or if installed already using this link
npm install
Start the web dev server depending on your configuration
npm start
The Project should now be live on your browser
To run your tests you can run:
npm test
for unit tests with the React testing library & Jestnpx eslint .
for all your JavaScript based linter checksnpx stylelint "**/*.{css,scss}"
for all your CSS based linter checks
👤 Author1
- GitHub: @Nemwel-Boniface
- Twitter: @nemwel_bonie
- LinkedIn: LinkedIn
👤 Author2
- GitHub: @AckonSamuel
- Twitter: @AckonSamuel
Contributions, issues, and feature requests are welcome!
Feel free to check the issues page.
Give a ⭐️ if you like this project!
This project is MIT licensed.