It's a basic market app.
Here is the live demo https://baran-market-app.herokuapp.com/
Also you can check backend repo https://github.com/barangezen/market-app-backend
First, download packages and dependencies with :
After that start the json server :
Last, start your application:
- mui/icons-material
- mui/material
- reduxjs/toolkit
- react-redux
- axios
- node-sass
- react-block-ui
- json-server
├── node_modules # Node module Files
├── public # Public files
├── src # Source files
│ ├── assets # Project asset files
│ ├── components # Components
│ ├── features # Redux slices
│ └── globals # Models and Enums
│ └── screens # Market Screen
│ └── helpers # Core filter function
│ └── store # Redux reducers