From c41dd9d3afad96f48a176f9f13412a05cd89a1f6 Mon Sep 17 00:00:00 2001 From: RustamRu Date: Sat, 19 Oct 2024 10:39:11 +0300 Subject: [PATCH] add readme --- README.md | 88 +++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 88 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..b7f9fd4 --- /dev/null +++ b/README.md @@ -0,0 +1,88 @@ + + + +
+
+

Car Dry Wash Service App

+ +

+ This project is designed to provide a user-friendly platform for scheduling and managing dry car wash services +
+ Explore the docs ยป +

+
+ + +
+ Table of Contents +
    +
  1. + About The Project + +
  2. +
  3. + Getting Started + +
  4. +
  5. Usage
  6. +
  7. Roadmap
  8. +
  9. Contributing
  10. +
  11. License
  12. +
  13. Contact
  14. +
  15. Acknowledgments
  16. +
+
+ + + +## About The Project + +### Built With + +[![React][React.js]][React-url] + +

(back to top)

+ + + +## 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 + ``` + +

(back to top)

+ + + +## Participants + +- [@AlexandrPrimakov](https://git.bro-js.ru/primakov) +- [@Ilnaz](https://git.bro-js.ru/237x237) +- [@Rustam](https://git.bro-js.ru/Rustam) + +

(back to top)

+ + + +[React.js]: https://img.shields.io/badge/React-20232A?style=for-the-badge&logo=react&logoColor=61DAFB +[React-url]: https://reactjs.org/