https://github.com/sofiarocher/ecommerce-bakery
This is a e-commerce cake shop. I worked with a fake API for the cakes, and it has a dynamic slide with Javascript. Deploy on Firebase. It's responsive.
https://github.com/sofiarocher/ecommerce-bakery
ecommerce frontend project react
Last synced: about 1 year ago
JSON representation
This is a e-commerce cake shop. I worked with a fake API for the cakes, and it has a dynamic slide with Javascript. Deploy on Firebase. It's responsive.
- Host: GitHub
- URL: https://github.com/sofiarocher/ecommerce-bakery
- Owner: sofiarocher
- Created: 2023-05-28T21:02:21.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2024-04-11T19:49:30.000Z (about 2 years ago)
- Last Synced: 2024-04-12T00:25:09.850Z (about 2 years ago)
- Topics: ecommerce, frontend, project, react
- Language: JavaScript
- Homepage: https://ecommerce-cakeshop.web.app/
- Size: 156 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# E-commerce Cake Shop
This project is a responsive e-commerce cake shop, designed to provide an enjoyable cake shopping experience. It targets cake enthusiasts looking for a convenient way to browse and purchase cakes online.
## Features
- Dynamic Cake Slider: Utilizes JavaScript to offer a dynamic and interactive browsing experience.
- Responsive Design: Ensures a consistent and accessible experience across all device types.
- Fake API Integration: Works with a fake API to simulate real-world data interaction, providing a variety of cakes to choose from.
## Tech Stack
**Client:** React, CSS, Firebase Deploy
## Installation
Clone ecommerce-bakery
```bash
git clone https://github.com/sofiarocher/ecommerce-bakery.git
```
Install the packages
```bash
npm install
```
Run my ecommerce-bakery
```bash
npm run start
```