Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/anilsenay/react-food-spin
A food menu example like spinner
https://github.com/anilsenay/react-food-spin
figma foodspin react reactjs sass sass-framework typescript
Last synced: 15 days ago
JSON representation
A food menu example like spinner
- Host: GitHub
- URL: https://github.com/anilsenay/react-food-spin
- Owner: anilsenay
- License: gpl-3.0
- Created: 2020-09-14T17:27:03.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2021-07-01T22:02:07.000Z (over 3 years ago)
- Last Synced: 2024-10-06T07:42:30.765Z (4 months ago)
- Topics: figma, foodspin, react, reactjs, sass, sass-framework, typescript
- Language: TypeScript
- Homepage: https://react-food-spin.vercel.app/
- Size: 9.37 MB
- Stars: 3
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
This project was bootstrapped with [Create React App](https://github.com/facebook/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](https://ismailelazizi.com/)
#### Demo: https://react-food-spin.vercel.app/### Installation
1. Clone the repo
```sh
git clone https://github.com/anilsenay/React-Food-Spin.git
```
2. Install NPM packages
```sh
npm install
```
3. Run project with npm
```sh
cd React-Food-Spin
npm start
```