/space-Travellers

Primary LanguageJavaScriptMIT LicenseMIT

📗 Table of Contents

📗 Table of Contents

📖 Space Travellers

Space Travellers is a website for a company that provides commercial and scientific space travel services. The application allows users to book rockets and join selected space missions.

🛠 Built With

Tech Stack

Client
Server

Key Features

  • React Components
  • Redux Store
  • Jest Tests
  • Bootstrap

(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:

 git
 npm
 node
 Your favorite text editor

Setup

Clone this repository to your desired folder:

 https://github.com/Umuhan/space-Travellers

Install

Install this project with:

  cd space-Travelers
  npm install

Deployment

You can deploy this project using:

Live Demo

(back to top)

Usage

To run the project, execute the following command:

  npm run build - Builds development files into production code
  npm start - Starts the development server

Run tests

To run tests, run the following commands:

- npm test

Run Linters

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

(back to top)

👥 Authors

👤 Umuhan Mohamud

👤 Hamza Baig

(back to top)

🔭 Future Features

  • APIS
  • Extra Components
  • Authenticate
  • Local Storage

(back to top)

🤝 Contributing

Contributions, issues, and feature requests are welcome!

Feel free to check the issues page.

(back to top)

❓ FAQ

  • [How do you set up react?]

    • [You run npx create-react-app <project-name>]
  • [How to run the project after cloning]

    • npm install
    • npm run start

(back to top)

📝 License

This project is MIT licensed.

(back to top)