项目作者: anilsenay

项目描述 :
A food menu example like spinner
高级语言: TypeScript
项目地址: git://github.com/anilsenay/React-Food-Spin.git
创建时间: 2020-09-14T17:27:03Z
项目社区:https://github.com/anilsenay/React-Food-Spin

开源协议:GNU General Public License v3.0

下载


This project was bootstrapped with Create React App.

Food Spin

I just saw foodSpin design on Figma and coded with React (Typescript) + Sass + Zustand as state library (for giving a chance) as responsive for mobile/tablet and others.

Original design: https://www.figma.com/community/file/825851668856380188 by Ismail El Azizi

Demo: https://react-food-spin.vercel.app/

Installation

  1. Clone the repo
    1. git clone https://github.com/anilsenay/React-Food-Spin.git
  2. Install NPM packages
    1. npm install
  3. Run project with npm
    1. cd React-Food-Spin
    2. npm start