Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/rubydevi/react-group-project
Spaceship: You will have access to rockets, missions and dragons even to reserve and participate through our react application.
https://github.com/rubydevi/react-group-project
Last synced: about 5 hours ago
JSON representation
Spaceship: You will have access to rockets, missions and dragons even to reserve and participate through our react application.
- Host: GitHub
- URL: https://github.com/rubydevi/react-group-project
- Owner: rubydevi
- License: mit
- Created: 2023-07-31T12:38:18.000Z (over 1 year ago)
- Default Branch: dev
- Last Pushed: 2023-11-28T07:54:09.000Z (12 months ago)
- Last Synced: 2023-11-28T08:42:01.631Z (12 months ago)
- Language: JavaScript
- Homepage: https://rocket-missions.netlify.app/
- Size: 352 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# 📗 Table of Contents
- [📖 About the Project](#about-project)
- [Tech Stack](#tech-stack)
- [Key Features](#key-features)
- [🚀 Live Demo](#live-demo)
- [💻 Getting Started](#getting-started)
- [Setup](#setup)
- [Prerequisites](#prerequisites)
- [Install](#install)
- [Usage](#usage)
- [Run tests](#run-tests)
- [👥 Authors](#authors)
- [🔭 Future Features](#future-features)
- [🤝 Contributing](#contributing)
- [⭐️ Show your support](#support)
- [🙏 Acknowledgements](#acknowledgements)
- [📝 License](#license)In this project, you will have access to rockets, missions and dragons even to reserve and participate through our react application.
Client
- HTML and CSS
- JavaScript
- React
- **React App**
- **JSX**
- **SPA**
- [Live Demo Link](https://rocket-missions.netlify.app/)
### Prerequisites
In order to run this project you need:
1. git
2. VS Code or any code editor
3. npm intalled
### Setup
Clone this repository to your desired folder:
```sh
cd my-folder
git clone [email protected]:rubydevi/react-group-project.git
cd react-group-project
```
### Install
Install this project with:
**Stylelint**
1. Run this code:
```sh
npm install --save-dev [email protected] [email protected] [email protected] [email protected]
```
2. Don't forget to copy [.stylelintrc.json](./.stylelintrc.json) to the root directory of your project.
**ESLint**
1. Run this code:
```sh
npm install --save-dev [email protected] [email protected] [email protected] [email protected] [email protected] [email protected] @babel/[email protected] @babel/[email protected] @babel/[email protected] @babel/[email protected] @babel/[email protected]
```
2. Don't forget to copy [.eslintrc.json](./.eslintrc.json) to the root directory of your project.
### Usage
To run this project in the browser, simply open the index.html file in your preferred browser by running the code below in your terminal:
```sh
npm start
```
### Run tests
To run tests, run the following command:
```sh
npx stylelint "**/*.{css,scss}"
```
```sh
npx eslint "**/*.{js,jsx}"
```
👤 **Chongtham Ruby Devi**
- GitHub: [@rubydevi](https://github.com/rubydevi)
- Twitter: [@arieabyss](https://twitter.com/ariesabyss)
- LinkedIn: [Chongtham Ruby Devi](https://www.linkedin.com/in/chongtham-bhoomika/)
👤 **Cephas Tokoli**
- GitHub: [@ctokoli](https://github.com/ctokoli)
- Twitter: [@ctokoli](https://twitter.com/ctokoli)
- LinkedIn: [Cephas Tokoli](https://www.linkedin.com/in/cephas-tokoli-a25204123)
👤 **Ayomide Emmanuel**
- GitHub: [@paulinelali](https://github.com/Paulinelali)
- LinkedIn: [Ayomide Emmanuel](https://www.linkedin.com/in/ayomide-emmanuel-1353b31b9/)
- Rockets List
- Missions List
- Dragons List
Contributions, issues, and feature requests are welcome!
Feel free to check the [issues page](https://github.com/rubydevi/react-group-project/issues).
If you like this project please leave a star, I'd really appreciate it.
- I'd like to thank Microverse for this wonderful README template.
This project is [MIT](https://github.com/rubydevi/react-group-project/blob/main/LICENSE) licensed.