Web application that allows users to book rockets and join selected space missions using real live data from the SpaceX API
Spaces Travellers Hub is the React group project from the Microverse Curriculum. You can:
- Add or cancel a rocket.
- Add or cancel a mission.
- Add or cancel a dragon.
- Create React App Set up a modern web app by running one command.
- React Router A declarative library for building single page applications.
- Redux The official, opinionated, batteries-included toolset for efficient Redux development.
- Bootstrap Build fast, responsive sites with Bootstrap.
To get a local copy up and running follow these simple example steps.
node
:^12 || >=14
npm
oryarn
- Download or fork this project
- Extract the content to a new directory, rename it and cd the directory.
- Install all dependencies using:
npm install
oryarn
npm start
oryarn start
and open the browser athttp://localhost:3000
npm run build
oryarn run build
After creating the production build, run:
npm run preview
oryarn run preview
and open the browser athttp://localhost:5000
👤 Reem
Platform | Badge |
---|---|
GitHub | @Reem-lab |
Rem79940127 | |
LinkdIn | reem-janina |
👤 Eduardo
Platform | Badge |
---|---|
GitHub | @eduardosancho |
@sanchitobless | |
Eduardo |
👤 Fabricio
Platform | Badge |
---|---|
GitHub | @fabgrel10 |
@fabgrel10 | |
@fabgrel10 |
Give a ⭐️ if you like this project!
The ideas and inspiration from this project are coming from the following articles:
- Microverse
This project is MIT licensed.