Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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