89 lines
2.0 KiB
Markdown
89 lines
2.0 KiB
Markdown
|
<a id="readme-top"></a>
|
||
|
|
||
|
<!-- PROJECT LOGO -->
|
||
|
<br />
|
||
|
<div align="center">
|
||
|
<h3 align="center">Car Dry Wash Service App</h3>
|
||
|
|
||
|
<p align="center">
|
||
|
This project is designed to provide a user-friendly platform for scheduling and managing dry car wash services
|
||
|
<br />
|
||
|
<a href=""><strong>Explore the docs »</strong></a>
|
||
|
</p>
|
||
|
</div>
|
||
|
|
||
|
<!-- TABLE OF CONTENTS -->
|
||
|
<details>
|
||
|
<summary>Table of Contents</summary>
|
||
|
<ol>
|
||
|
<li>
|
||
|
<a href="#about-the-project">About The Project</a>
|
||
|
<ul>
|
||
|
<li><a href="#built-with">Built With</a></li>
|
||
|
</ul>
|
||
|
</li>
|
||
|
<li>
|
||
|
<a href="#getting-started">Getting Started</a>
|
||
|
<ul>
|
||
|
<li><a href="#prerequisites">Prerequisites</a></li>
|
||
|
<li><a href="#installation">Installation</a></li>
|
||
|
</ul>
|
||
|
</li>
|
||
|
<li><a href="#usage">Usage</a></li>
|
||
|
<li><a href="#roadmap">Roadmap</a></li>
|
||
|
<li><a href="#contributing">Contributing</a></li>
|
||
|
<li><a href="#license">License</a></li>
|
||
|
<li><a href="#contact">Contact</a></li>
|
||
|
<li><a href="#acknowledgments">Acknowledgments</a></li>
|
||
|
</ol>
|
||
|
</details>
|
||
|
|
||
|
<!-- ABOUT THE PROJECT -->
|
||
|
|
||
|
## About The Project
|
||
|
|
||
|
### Built With
|
||
|
|
||
|
[![React][React.js]][React-url]
|
||
|
|
||
|
<p align="right">(<a href="#readme-top">back to top</a>)</p>
|
||
|
|
||
|
<!-- GETTING STARTED -->
|
||
|
|
||
|
## Getting Started
|
||
|
|
||
|
### Prerequisites
|
||
|
|
||
|
- npm
|
||
|
```sh
|
||
|
npm install npm@latest -g
|
||
|
```
|
||
|
|
||
|
### Installation
|
||
|
|
||
|
1. Clone the repo
|
||
|
```sh
|
||
|
git clone https://git.bro-js.ru/dry_wash_inc/dry-wash-pl.git
|
||
|
```
|
||
|
2. Install NPM packages
|
||
|
```sh
|
||
|
npm install
|
||
|
```
|
||
|
|
||
|
<p align="right">(<a href="#readme-top">back to top</a>)</p>
|
||
|
|
||
|
<!-- PARTICIPANTS -->
|
||
|
|
||
|
## Participants
|
||
|
|
||
|
- [@AlexandrPrimakov](https://git.bro-js.ru/primakov)
|
||
|
- [@Ilnaz](https://git.bro-js.ru/237x237)
|
||
|
- [@Rustam](https://git.bro-js.ru/Rustam)
|
||
|
|
||
|
<p align="right">(<a href="#readme-top">back to top</a>)</p>
|
||
|
|
||
|
<!-- MARKDOWN LINKS & IMAGES -->
|
||
|
|
||
|
[React.js]: https://img.shields.io/badge/React-20232A?style=for-the-badge&logo=react&logoColor=61DAFB
|
||
|
[React-url]: https://reactjs.org/
|