/react-group-project

Primary LanguageJavaScriptMIT LicenseMIT

📗 Table of Contents

📖 react-group-project

react-group-project is a Microverse group project to build a web app using React/Redux that works with live data from the SpaceX API. The web application is for a virtual company that provides commercial and scientific space travel services. The application will allow users to book rockets and join selected space missions.

🛠 Built With

-React -Redux

Tech Stack

Client
Server
  • None
Database

Key Features

  • Dynamic SPA build using React & Redux
  • Browser-Routing

(back to top)

🚀 Live Demo

[Live-Demo](Not yet available)

(back to top)

💻 Getting Started

In order to run this project :

  1. Make sure you have Git installed in your Computer or Install it by following these steps)
  2. Access the repository and fork it OR
  3. click 'Code', copy the link and clone the repository to your local environment.

Setup

Clone this repository to your desired folder.

Usage

In the project directory, you can run:

npm start

Runs the app in the development mode. Open http://localhost:3000 to view it in your browser.

The page will reload when you make changes. You may also see any lint errors in the console.

Run tests

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

  • After cloning the project you need to run this command

    npm install This command will download all the dependencies of the project

  • For tracking the linter errors in HTML file run:

    npx hint .

  • For tracking the linter errors in CSS file run:

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

    • And For tracking the linter errors in JavaScript file run:

    npx eslint .

npm test

Launches the test runner in the interactive watch mode.
See the section about running tests for more information.

👥 Authors

👤 Aubin SIMPEZE

(back to top)

👤 Author 2

(back to top)

🔭 Future Features

  • API-Integration
  • Reducers & Actions

(back to top)

🤝 Contributing

Contributions, issues, and feature requests are welcome!

Feel free to check the issues page.

(back to top)

⭐️ Show your support

Give a ⭐️ if you like this project!

(back to top)

🙏 Acknowledgments

We would like to acknowledge Microverse for the training required to fulfill this project.

(back to top)

📝 License

This project is MIT licensed.

(back to top)