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

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

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.