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

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

Awesome Lists containing this project

README

          

# Bakery-shop-assignment

## Sneak peak of app
![image](https://github.com/Stroller15/Bakery-shop-assignment/assets/84174011/6247e41f-5645-4565-ae83-ac3704bd3bd9)
![image](https://github.com/Stroller15/Bakery-shop-assignment/assets/84174011/db02eaaa-c718-440d-ab33-e17a0d805899)

# 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`