This is a React web app that uses the SpaceX API to display the latest information about SpaceX rockets and shuttles.
To install this app, follow these steps:
- Clone this repository to your local machine.
- Run
npm install
to install the project's dependencies. - Create a
.env
file in the project's root directory and add the following line:
REACT_APP_SPACEX_API_URL=https://api.spacexdata.com/v4
- Run
npm start
to start the app on your local machine.
To use this app, simply navigate to the app's URL in your web browser. The app will display the latest information about SpaceX rockets and shuttles, including details about past and upcoming launches, as well as information about the company and its history.
Contributions to this project are welcome! If you'd like to contribute, please follow these steps:
- Fork this repository to your own GitHub account.
- Create a new branch for your changes.
- Make your changes and commit them to your branch.
- Push your changes to your fork.
- Create a pull request from your branch to this repository.
This project is licensed under the MIT License. See the LICENSE
file for more information.
By following the instructions above, you should be able to install, use, and contribute to this React web app project. If you encounter any issues or have any questions, please feel free to open an issue on this repository. Thank you for your interest in this project!