Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/carlosmuerto/react-group-project
https://github.com/carlosmuerto/react-group-project
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/carlosmuerto/react-group-project
- Owner: carlosmuerto
- Created: 2022-09-26T22:44:56.000Z (about 2 years ago)
- Default Branch: develop
- Last Pushed: 2022-09-30T19:35:10.000Z (about 2 years ago)
- Last Synced: 2023-03-09T03:33:54.505Z (over 1 year ago)
- Language: JavaScript
- Size: 1.42 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Bookstore
> In this page, we are working with the real live data from the SpaceX API. Our 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.
> - Display a list of Rocket and Mission.
> - join to a Rocket or Mission.![screenshot](./screenshot.jpeg)
[Live Demo](https://github.com/carlosmuerto/React-Group-Project)
## Built With
- JavaScript, CSS, HTML
- React## Getting Started
To get a local copy up and running follow these simple example steps.
### Prerequisites
- Node.js### Setup
- Clone this repo locally using git and the following git command
```bash
git clone https://github.com/carlosmuerto/React-Group-Project
```
- or with GitHub CLI
```bash
gh repo clone carlosmuerto/React-Group-Project
```### Install dependency
```bash
npm install
```### `npm start`
Runs the app in the development mode.\
Open [http://localhost:3000](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.### `npm test`
Launches the test runner in the interactive watch mode.\
See the section about [running tests](https://facebook.github.io/create-react-app/docs/running-tests) for more information.### `npm run build`
Builds the app for production to the `build` folder.\
It correctly bundles React in production mode and optimizes the build for the best performance.The build is minified and the filenames include the hashes.\
Your app is ready to be deployed!See the section about [deployment](https://facebook.github.io/create-react-app/docs/deployment) for more information.
## Authors
👤 Carlos Vivas
- GitHub: [@carlosmuerto](https://github.com/carlosmuerto)
-
👤 Glory Mufungizi- GitHub: [@GloireIrenge](https://github.com/GloireIrenge)
## 🤝 Contributing
Contributions, issues and feature requests are welcome!
Feel free to check the [issues page](../../issues).
## Show your support
Give a ⭐️ if you like this project!
## 📝 License
This project is [MIT](LICENSE) licensed.