Skip to content

muhsinmk/react-pizza-redux

Repository files navigation


react.js redux tailwindcss
  • React.js
  • React Router
  • Redux Toolkit
  • Tailwind CSS

👉 Home Page: User can enter their name and enter into application

👉 Cart Page: Cart page for users to explore items and it's availability

👉 Order taking Functionality: Enable users can add otems into cart and checkout it

👉 Automatic location fetch: When user click 'Get position' application fetch user location dynamically

and many more, including code architecture and reusability

Follow these steps to set up the project locally on your machine.

Prerequisites

Make sure you have the following installed on your machine:

Cloning the Repository

git clone https://github.com/muhsinmk/react-pizza-redux.git
cd react-pizza-redux

Installation

Install the project dependencies using npm:

npm install

Running the Project

npm run dev

Open http://localhost:5173 in your browser to view the project.