https://github.com/ramgoel/gan-assignment
Bakecut - Made in React & Redux
https://github.com/ramgoel/gan-assignment
jsx reactjs redux
Last synced: 3 months ago
JSON representation
Bakecut - Made in React & Redux
- Host: GitHub
- URL: https://github.com/ramgoel/gan-assignment
- Owner: RamGoel
- Created: 2023-06-13T02:36:22.000Z (about 3 years ago)
- Default Branch: master
- Last Pushed: 2023-06-14T11:03:42.000Z (about 3 years ago)
- Last Synced: 2025-08-21T22:55:06.921Z (11 months ago)
- Topics: jsx, reactjs, redux
- Language: JavaScript
- Homepage: https://gan-assesment.netlify.app/
- Size: 231 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Bakecut
A Bakery Single page application made in Reactjs.
## Folder Structure
- src
- assets
-- contains images/audio/video files
- constants
-- contains data that doesn't change like appname.
- pages
-- contains diiferent pages of website
- components
-- contains components from which the pages have been built.
- utils
-- contains utilities like functions to calculate some data.
- redux
-- contains redux store and slices.
## Setup
- Fork this repo
- Clone repo using `git clone https://github.com/YourUsername/gan-assignment.git `
- Change Directory using `cd gan-assignment`
- install dependencies using `npm i`
- run app using `npm start`
- Enjoy.