/react-group-project

Primary LanguageJavaScriptMIT LicenseMIT

๐Ÿ† Space Travelers Hub

๐Ÿ“– Table of Contents

๐Ÿ“– About the Project

Space Travelers Hub is a company that provides commercial and scientific space travel services. This application will allow users to book rockets and join selected space missions.

๐Ÿ› ๏ธ Built With

Tech Stack

๐Ÿ–ฅ๏ธ Client

๐Ÿ”‘ Key Features

  • โœจ Demo of Linters: Showcase the usage of HTML, CSS, and JavaScript linters to ensure code quality.
  • ๐Ÿ… Demo of Space-X

(back to top)

๐Ÿš€ Live Demo

(back to top)

๐Ÿ’ป Getting Started

Prerequisites

To run this project, you need the following:

  • ๐ŸŒ Web browser
  • ๐Ÿ™ Git
  • ๐Ÿ‘จโ€๐Ÿ’ป Code editor

Setup

Clone this repository to your desired folder:

git clone https://github.com/oluwatobi-fasasi/react-group-project.git

Install

To install all dependencies, run the following command:

npm install

Usage

To run the project, follow these instructions:

  1. Clone this repository to your local machine.

Run Tests

To run tests, use the following commands:

  • To track HTML linter errors, run:
npx hint .
  • To track CSS linter errors, run:
npx stylelint "**/*.{css,scss}"
  • To track JavaScript l

inter errors, run:

npx eslint .

Build

To build the project, run the following command:

npm run build

Webpack Development Server

To run the webpack development server, execute the following command:

npm start

(back to top)

๐Ÿ‘ค Author

๐Ÿ‘ค oluwatobi-fasasi

๐Ÿ‘ค Sonika Kumar

๐Ÿ‘ค Marie Grรขce Bahati

(back to top)

๐Ÿ”ฎ Future Features

  • ๐Ÿ“ฑ Booking page
  • ๐Ÿ“ Add style

(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 it a โญ๏ธ.

(back to top)

๐Ÿ™ Acknowledgments

We would like to thank Microverse.

(back to top)

๐Ÿ“ License

This project is licensed under the MIT License.

(back to top)