This is my first project with React and helps me to learn the concepts and technologies behind it. The idea is to start simple and refine the project further and further.
The project is based on an empty vite React template.
- React Basics
- Redux
- MaterialUI
- Static page
- More components (still static)
- First state
- Props and Events
- Forms
- More forms and js-styling
- Effects and API-calls
- Small game as final exercise of first course
- First steps with Redux and Redux Toolkit
- Shopping cart example with Redux Toolkit
TODO:
Dishes explorer- Timetable with RTK-Query and Material UI (MUI)
To install the required packages:
npm install
To run application 12, there are environment variables that need to be set in advance.
For reference, the file .env.example
can be copied and adjusted.
To run the application:
npm run dev
The learning path was initially based on: