Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mhmdfais/giggles-and-grins-front-end
https://github.com/mhmdfais/giggles-and-grins-front-end
Last synced: 7 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/mhmdfais/giggles-and-grins-front-end
- Owner: MhmdFais
- Created: 2024-09-11T06:31:28.000Z (2 months ago)
- Default Branch: main
- Last Pushed: 2024-09-18T19:15:27.000Z (about 2 months ago)
- Last Synced: 2024-09-19T04:50:34.130Z (about 2 months ago)
- Language: JavaScript
- Homepage: https://giggles-and-grins-front-end.vercel.app
- Size: 258 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Giggles & Grins E-commerce Front-End
This is the backend of the Giggles & Grins e-commerce project, a kid's accessories online store. It is built using Node.js and Express.js and interacts with a PostgreSQL database to handle various CRUD operations for product categories such as boys' clothes, girls' clothes, baby gear, diapers, feeding supplies, and toys.
### To Giggles & Grins back-end [Click Here](https://github.com/MhmdFais/giggles-and-grins-back-end)
# Features
- View items by category
- Display detailed information for each item (e.g., material, color, weight capacity)
- Edit existing items
- Dynamic route handling based on categories
- Clean and modern UI with responsive design# Technologies Used
- React: For building the user interface
- React Router: For client-side routing and navigation
- Axios: For making HTTP requests to the back-end API
- Tailwind CSS: For styling the components
- JavaScript (ES6+): For front-end logic# Setup and Installation
## Prerequisites
- Node.js
## Installation
1. Clone the repository:
```
git clone https://github.com/your-username/giggles-grins-frontend.git
cd giggles-grins-frontend
```2. Install dependencies:
```
npm install
```## Running the Project Locally
3. npm run build