Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

Awesome Lists containing this project

README

        

# restaurant-redux-toolkit
> Study project

Project 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: |
| :--: |
| Screenshot1 |

| After the click on a name and add order: |
| :--: |
| Screenshot2 |

## 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... :)