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
- Host: GitHub
- URL: https://github.com/zackyfachrur/flower-web-spa
- Owner: zackyfachrur
- Created: 2024-10-04T21:20:53.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-11-15T16:06:54.000Z (over 1 year ago)
- Last Synced: 2025-01-10T05:35:58.503Z (over 1 year ago)
- Topics: react, reactvitets, tailwindcss, typescript
- Language: TypeScript
- Homepage:
- Size: 2.67 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```