Young-Gaius / React-Group-Project

MIT License
0 stars 0 forks source link

React-Group-Project

📚 space-travelers

📖 Table of Contents

📖 About the Project

space-travelers In this project, we will be working with real live data from the SpaceX API 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

Tech Stack

🖥️ Client

🔑 Key Features

Rockets

The Rockets section displays a list of all available SpaceX rockets. Users can book each rocket by clicking the reservation button or cancel the previously made booking.

Missions

The Missions section displays a list of current missions along with their brief description and participation status. There is also a button next to each mission that allows users to join the selected mission or leave the mission the user joined earlier.

My Profile

The My Profile section displays all reserved rockets and space missions.

(back to top)

💻 Getting Started

Prerequisites

To run this project, you need the following:

Setup

Clone this repository to your desired folder:

git clone https://github.com/Young-Gaius/React-Group-Project.git

### Install

To install all dependencies, run the following command:

```bash
npm install

Run Tests

To run tests, use the following commands:

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)

👤 Authors

👤 Young

👤 Kehinde

(back to top)

🔮 Future Features

(back to top)

🤝 Contributing

Contributions are welcome! If you want to contribute to the project, follow these steps:

  1. Fork the repository.
  2. Create a new branch.
  3. Make your changes and commit them.
  4. Push your branch to your forked repository.
  5. Open a pull request.

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

I would like to thank Microverse for providing guidance and support during the development of this project.

(back to top)

📝 License

This project is licensed under the MIT License.

(back to top)