Space-Travelers-Hub

The application will allow users to book rockets and join selected space missions.

MIT License

Stars
3

Space Travelers - React project

In this task, we worked with the real live data from the SpaceX API. The task is to build a 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.

Built With

  • JavaScript
  • React
  • Redux

Authors

👤 Author : GEDEON USHINDI

👥 Author : ONWUANIBE ONOMEH

Install

Run the project in your local machine

  • Clone the repository
  $ git clone https://github.com/Estherstarr/Space-Travelers-Hub.git
  $ cd Space-Travelers-Hub
  • Install all dependances
$ npm install
  • Run the server
$ npm start

Run Linters tests

To track linter errors locally follow these steps:

Download all the dependencies run:

$ npm install

Track HTML linter errors run:

$ npx hint .

Track CSS linter errors run:

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

Track JavaScript linter errors run:

$ npx eslint .

Deployment

  • GitHub pages

🤝 Contributing

Contributions, issues, and feature requests are welcome!

Show your support

Give a ⭐️ if you like this project!

Acknowledgments

📝 License

This project is MIT licensed.

Related Projects