otmanTR / space-travelers-hub

Web application for a company that provides commercial and scientific space travel services. The application will allow users to book rockets and join selected space missions.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool


Space Traveler's hub README Template

πŸ“— Table of Contents

πŸ“– Space Traveler's hub

Space Traveler's hub is a React project developed as part of Microverse React group project activity. The project is developed using React and Redux toolkit. Data is obtained from SpaceX API.

πŸ›  Built With

Key Features

  • API
  • React
  • CSS

(back to top)

πŸš€ Live Demo and project presentation

(back to top)

πŸ’» Getting Started

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

-Clone the Repo or Download the Zip file or https://github.com/TamaraDimov/space-travelers-hub.git

-cd /leaderboard

-Open it with the live server

Prerequisites

In order to run this project you need:

-Git/Github -React and CSS knowledge -VS code or any other equivalent tool.

Setup

Clone this repository to your desired folder:

Install

To install locally run git clone https://github.com/TamaraDimov/space-travelers-hub.git

-Open the cloned directory with VSCode

-Install live server extension for VSCode

-Right click on the index.html and select open with live servers

Run tests

To run tests, run the following command:

For tracking linter errors locally you need to follow these steps:

After cloning the project you need to run these commands

  • npm install

This command will download all the dependancies of the project

For tracking linter errors in HTML files run:

  • npx hint .

For tracking linter errors in CSS or SASS files run:

  • npx stylelint "**/*.{css,scss}

And For tracking linter errors in JavaScript files run:

  • npx eslint .

(back to top)

πŸ‘₯ Authors

πŸ‘€ Tamara Dimov

πŸ‘€ Burak Otman

(back to top)

πŸ”­ Future Features

  • Payment method
  • Star(review) the missions

(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 please give it a ⭐️

(back to top)

πŸ™ Acknowledgments

We would like to thank Microverse for granting me the knowledge to do this.

(back to top)

❓ FAQ (OPTIONAL)

Add at least 2 questions new developers would ask when they decide to use your project.

  • Can I pay for the mission online?

    • Unfortunately that is not possible...yet :)
  • Great page!

    • Thank you very much

(back to top)

πŸ“ License

This project is MIT licensed.

NOTE: we recommend using the MIT license - you can set it up quickly by using templates available on GitHub. You can also use any other license if you wish.

(back to top)

About

Web application for a company that provides commercial and scientific space travel services. The application will allow users to book rockets and join selected space missions.

License:MIT License


Languages

Language:JavaScript 78.7%Language:CSS 13.1%Language:HTML 8.2%