Skip to content

Latest commit

 

History

History
48 lines (26 loc) · 755 Bytes

README.md

File metadata and controls

48 lines (26 loc) · 755 Bytes

Snapp Food - Demo

Restaurant page implementation in Snapp Food

Logo

Installation & Run Locally

Clone the project

  git clone https://github.com/Soheil-Saberi/snappfood_demo.git

Go to the project directory

  cd snappfood_demo

Install dependencies

  npm install

Start the server

  npm start

Open http://localhost:3000 to view it in the browser.

Screenshots

Snappfood Screenshot

Tech Stack

Client: TypeScript, React, Redux, TailwindCSS, Jest, Storybook

Server: Local