An open API service indexing awesome lists of open source software.

https://github.com/ibrsec/solution-tailwind-react


https://github.com/ibrsec/solution-tailwind-react

Last synced: over 1 year ago
JSON representation

Awesome Lists containing this project

README

          







Logo

Solution Tailwind React App


An awesome Solution Tailwind React App
Explore the docs ยป




View Demo
ยท
Report Bug
ยท
Request Feature


๐Ÿ“Ž Table of Contents ๐Ÿ“Ž


  1. About The Project


  2. Overview

  3. Quick Setup

  4. Directory structure

  5. Built With


---


## โ„น๏ธ About The Project

[![solution-tailwind-react](./public/project.png)](https://solution-tailwind-react.vercel.app/)

(back to top)

---


## ๐Ÿ‘€ Overview


๐ŸŽฏ Used React environment
๐Ÿ–ฅ Implemented tailwind with react
๐Ÿ”ฉ There are 3 nav tab home, product,blog

(back to top)


## ๐Ÿ›ซ Quick Setup

```sh
# clone the project
git clone https://github.com/ibrsec/solution-tailwind-react.git

# enter the project directory
cd solution-tailwind-react

# install dependency
npm install || yarn install

# develop
npm run dev || yarn start
```

(back to top)


## ๐Ÿ“‚ Directory structure

```diff
solution-tailwind-react (folder)
|
|---public (folder)
|
+ |---src (folder)
| |---img (folder)
| |
| |---pages (folder)
| |
| |---components (folder)
| |
| |---App.js
| |---App.css
| |---Index.js
| โ””---Index.css
|
|----package.json
|----tailwind.config.js
|----yarn.lock
โ””----readme.md
```

(back to top)

---


### ๐Ÿ—๏ธ Built With










(back to top)