Skip to content

barangezen/market-app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

41 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

What is this project ?

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

Getting Started

First, download packages and dependencies with :

npm install

After that start the json server :

json-server -p 3001 db.json

Last, start your application:

npm start

Packages

  • mui/icons-material
  • mui/material
  • reduxjs/toolkit
  • react-redux
  • axios
  • node-sass
  • react-block-ui
  • json-server

Folder Structure

├── 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

Market.png

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published