In this task, we worked with the real live data from the SpaceX API. Our task was to build a web application for a company that provides commercial and scientific space travel services. The application allows users to book rockets, dragons and join selected space missions.
Below, we showcase screenshots of the app.
- HTML, CSS, JavaScript;
- ReactJS, Redux;
- VisualStudio Code, Git, & GitHub;
- NodeJs (v. 14.17)
- YarnJs (v. 1.22.10)
- Git
Live demo for this project can be found in this link.
To run this project, you only need a computer with internet connection and a browser installed, and follow these steps:
- In your terminal, in the folder of your preference, type the following bash command to clone this repository:
git clone git@github.com:Emmanuelaaron/spaceships.git
- Now that you have already cloned the repo run the following commands to get the project up and running:
cd spaceships
yarn
yarn start
This should start your local server in http://localhost:3000/. To stop it, hit <CTRL> + C
on your keyboard.
To test the App's components and logic, please, run the following command:
yarn test --watchAll
When the tests are finished, just hit q
key to leave the watch mode for the tests.
👤 Mario Alberto Rodriguez Cota
- GitHub: @mariordgez
- Twitter: @MarioRo75396624
- LinkedIn: LinkedIn
👤 Ênio Neves de Souza
- GitHub: @enionsouza
- Twitter: @enionsouza
- LinkedIn: Enio Neves de Souza
👤 Emmanuel Isabirye
- Github: @EmmanuelAaron
- Twitter: @EmmanuelAaron
- LinkedIn: @EmmanuelAaron
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.