Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/muzabol2/restaurant-redux-toolkit
Small app for restaurant reservations
https://github.com/muzabol2/restaurant-redux-toolkit
create-react-app react redux-toolkit typescript vercel
Last synced: about 1 month ago
JSON representation
Small app for restaurant reservations
- Host: GitHub
- URL: https://github.com/muzabol2/restaurant-redux-toolkit
- Owner: muzabol2
- Created: 2022-08-23T17:41:11.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-12-29T07:06:48.000Z (about 1 year ago)
- Last Synced: 2024-11-11T04:40:18.473Z (3 months ago)
- Topics: create-react-app, react, redux-toolkit, typescript, vercel
- Language: TypeScript
- Homepage: https://restaurant-redux-toolkit.vercel.app/
- Size: 1.1 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# restaurant-redux-toolkit
> Study projectProject was created just to practice Redux Toolkit that elegantly replaces more complicated Redux. Even in the [Redux official documentation](https://redux.js.org/introduction/getting-started) it is written that it's better to use Toolkit, so it is good to know how to use it.
## General info
Project allow a restaurant to:
* make reservations for customers
* add order for each of them## Screenshots
| When added some reservations: |
| :--: |
| || After the click on a name and add order: |
| :--: |
| |## Inspiration
Credits for:
[Laith Academy](https://www.youtube.com/@laithacademy) - for ideas and good [tutorials](https://youtu.be/jR4fagDcvrc). Thank you.And, of course as always - StackOverflow... :)