https://github.com/stroller15/bakery-shop
Build a ReactJS & Redux-based Bakery Shop app enabling seamless browsing of bakery items. The 'Add to Cart' function, powered by Redux, allows easy selection and management of products. This user-friendly interface ensures a smooth shopping experience, enhancing selection and checkout for customers
https://github.com/stroller15/bakery-shop
reactjs redux redux-toolkit tailwindcss
Last synced: 12 months ago
JSON representation
Build a ReactJS & Redux-based Bakery Shop app enabling seamless browsing of bakery items. The 'Add to Cart' function, powered by Redux, allows easy selection and management of products. This user-friendly interface ensures a smooth shopping experience, enhancing selection and checkout for customers
- Host: GitHub
- URL: https://github.com/stroller15/bakery-shop
- Owner: Stroller15
- Created: 2023-09-09T15:48:08.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2023-09-09T16:39:38.000Z (over 2 years ago)
- Last Synced: 2025-02-15T09:48:42.933Z (about 1 year ago)
- Topics: reactjs, redux, redux-toolkit, tailwindcss
- Language: JavaScript
- Homepage: https://bakery-shop-assignment-s9kt.vercel.app/
- Size: 208 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Bakery-shop-assignment
## Sneak peak of app


# Instructions for runnng locally
These instructions will guide you through running Bakery app locally using Yarn.
## Prerequisites
Before you begin, make sure you have the following installed on your system:
- [Node.js](https://nodejs.org/): You'll need Node.js to run JavaScript code on your machine.
- [Yarn](https://classic.yarnpkg.com/en/docs/install/): Yarn is a package manager for managing dependencies in your project.
- [Git](https://git-scm.com/downloads): Git is required for version control and for hosting your project on GitHub.
## Clone the Repository
Clone your React app repository from GitHub to your local machine using the following command:
`git clone https://github.com/Stroller15/Bakery-shop-assignment`
## Navigate to the Project Directory
Use the cd command to navigate into your project directory:
`cd Bakery-shop-assignment`
## Install Dependencies
Use Yarn to install the project's dependencies. Run the following command in your project directory:
`yarn install`
## Start the Development Server
`yarn start`