A web application to reserve rocket flights and join space missions.
- HTML, JavaScript, CSS
- Webpack, React, Jest
To get a local copy up and running follow these simple example steps.
- Nodejs
- Clone the repository to a folder in your PC.
- Navigate to the folder where you cloned the repo (eg:
Documents/SpaceX
). - Once in the folder, open a terminal window from there.
- Alternatively, you can open a terminal from a shortcut and navigate to the folder using the command
cd
(eg:cd Documents/SpaceX
): - Run
npm i
to install all the necessary dependencies.
- Run
npm start
to start a local server atlocalhost:3000
.
- Run
npm test
to run tests if available.
👤 Maximiliano Diaz
- GitHub: @mistermaxis
- LinkedIn: Maximiliano Diaz
👤 Ismael Antonio
- GitHub: @ixboy
- LinkedIn: Ismael Antonio
Contributions, issues, and feature requests are welcome!
Feel free to check the issues page.
Give a ⭐️ if you like this project!
- Microverse
This project is MIT licensed.