/shop-list-app

Application to store information about various shops in few areas and form validation based on regEx and Dates.

Primary LanguageJavaScript

Shop List Web-App

Shop List Application is a platform where you can store data about different shops in various areas. You can delete the shops from the list. Also, filter function is provided to sort the shops according to area they are located, category of shop and status of shop. Completely Mobile Responsive

UI

Adding Shop in the List

ss1

Shop List Page

ss2

Filtering Shops According to Areas

ss3

Filtering Shops According to their status

ss4

Delete Functionality

ss5

Some Features

  • Easy UI
    The UI of the website is supereasy to use and UX is also better.
  • Global State
    Whole Application uses a global state which is possible due of use of Redux. Redux makes state management in React super easy.
  • Delete functionality
    User can delete any shop from the list.
  • Filter functionality
    User is given freedom to filter and sort the shop list according to their areas, category and open/close status.

Getting Started

Make sure you have Node.js installed

Installing and Starting the Website

  1. Clone the repo

    git clone https://github.com/nirav777/shop-list-app.git
  2. Install NPM packages (dependencies)

    npm install
  3. Run app on local server

    npm start