A Bakery Single page application made in Reactjs.
- 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.
-
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.