📗 Table of Contents
📖 SPACEX TRAVELLERS HUB
SPACEX TRAVELLERS HUB is a web application that uses an API to fetch the rockets and missions. The website allows its users to reserve the fetched missions and rockets. The user can cancel the reservations anytime. The reserved rockets and missions can be seen on my reservation menu!.
🛠 Built With
Tech Stack
Key Features
This projects aim is to serve as the Reservation site for its users!
- Consume Rest API
- Save data in redux store
- Render data from redux store
🚀 Live Demo
Click Here for live Version!
💻 Getting Started
To get a local copy up and running, follow these steps.
Prerequisites
- Node Package Manager (npm)
Setup
Github
- Enter this url: https://github.com/developerwaleed/SpaceX-Traveller-Hub in your web browser.
- Once opened navigate to the top left level of the project a green code download button will be visible on the righthand side.
- Select the download Zip option from drop-down menu.
- Once the download is complete you will be able to access my project locally.
Local (Terminal)
git clone https://github.com/developerwaleed/SpaceX-Traveller-Hub.git
cd SpaceX-Traveller-Hub
Install
Install dependencies and gems in this project with:
cd SpaceX-Traveller-Hub
npm install
Usage
To run the project, execute the following command:
- Run
npm run start or npm start to start a development server.
Run tests
To run tests, run the following command:
npm run test
Deployment
You can deploy this project using:
👥 Authors