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

https://github.com/zackyfachrur/flower-web-spa

E-commerce for Bouquet Florist
https://github.com/zackyfachrur/flower-web-spa

react reactvitets tailwindcss typescript

Last synced: about 1 month ago
JSON representation

E-commerce for Bouquet Florist

Awesome Lists containing this project

README

          

# Flower Web Single Page Application

## Structure Folder ⚙️
* /src
* /pages
* **/ProductPage.tsx** - *index of content* **|** ***Route = /***
* **/AboutPage.tsx** - *about page content* **|** ***Route = /about***
* **/ProductSearchPage.tsx** - *product search features* **|** ***Route = /search***
* **/ShowProductById.tsx** - *catch id from product* **|** ***Route = /search:id***
* **/ShowProductByName.tsx** - *on progress* **|** ***Route = null***
* **/ShowProductByButton.tsx** - *list of product content* **|** ***Route = /product***

## Run Locally ⚙️

Clone the project

```bash
git clone https://link-to-project
```

Go to the project directory

```bash
cd my-project
```

Install dependencies

```bash
npm install
```

Start the server

```bash
npm run start
```