dazehinn / Space-Travelers-Hub

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Space Traveler's Hub

Space Traveler's Hub project Readme

πŸ“— Table of Contents

πŸ“– [JavaScript capstone project]

[Space Traveler's Hub] this project provide users a Reactapp. Where Users can access a list of Rockets and Missions. User can interact with this app, they can add Join a mission and also reserve a rocket.

πŸ›  Built With

HTML CSS Components React APIs Redux

Tech Stack

Client
Server
Pakage Manager
APIs

Key Features

  • [User can see list of missions]
  • [User can see list of rockets]
  • [Allow user to reserve a rocket]
  • [Allow user to join a mission]
  • [Display list of mission joined and rocket reserved]

(back to top)

πŸ’» Getting Started

To get a local copy up and running, follow these steps.

Prerequisites

In order to run this project you need:

Setup

Clone this repository to your desired folder or download the Zip folder:

https://github.com/dazehinn/Space-Travelers-Hub.git
  • Navigate to the location of the folder in your machine:

you@your-Pc-name:~$ cd Space-Travelers-Hub

Install

To install all dependencies, run:

npm install

Usage

To run the project, follow these instructions:

  • After Cloning this repo to your local machine.
  • You can use npm start command in terminal to run this at localhost:8080

Run tests

To run tests, run the following command:

  • Track HTML linter errors run:
npx hint .
  • Track CSS linter errors run:
npx stylelint "**/*.{css,scss}"
  • Track JavaScript linter errors run:
npx eslint .
  • run test:
npx jest 

Deployment

You can deploy this project using: GitHub Pages,

  • I used GitHub Pages to deploy my website.
  • For more information about publishing sources, see "About GitHub pages".

(back to top)

πŸ‘₯ Author

πŸ‘€ Nshanji Hilary

πŸ‘€ Fredo Fleur

(back to top)

πŸ”­ Future Features

  • [We will make this project responsive to make it look's more attractive]

(back to top)

🀝 Contributing

Contributions, issues, and feature requests are welcome!

Feel free to check the issues page.

(back to top)

⭐️ Show your support

If you like this project give me a star ⭐️

(back to top)

πŸ™ Acknowledgments

I want to thank my coding partner Fredo st fleur who help me a lot to complete this project.

(back to top)

  • [How this list works]

    • [you can see the list of Rockets and Missions]
    • [you can reserved or Cancel reservation for a rocket and you will see the rocket reserved in myprofile page]
    • [you can join or leave a mission and you will see the mission joined in myprofile page]

(back to top)

πŸ“ License

This project is MIT licensed.

(back to top)

About

License:MIT License


Languages

Language:JavaScript 70.2%Language:CSS 19.5%Language:HTML 10.3%