Skip to content

A React application that allows you to create a shopping list with the option to add, edit and remove products from it.

Notifications You must be signed in to change notification settings

KingaMiroslaw/shopping-list

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

37 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Shopping List

Table of contents

About The App

The Shopping List project was created by me, while learning React. The project was based on my own idea and the current state of knowledge. It is a simple application used to create a shopping list. My main goal during this project was to practice the basic functionalities of React, RTK Query and practice working with Firebase.

Features:

  • Add products to the list
  • Remove a single product from the list
  • Remove all products from the list
  • Editing a product in the list

Screenshots

image

image

Technologies

Technologies used to build this application:

HTML CSS JvaScript

Libraries used to build this application:

GitHub package.json dependency version (prod) GitHub package.json dependency version (prod) GitHub package.json dependency version (prod) GitHub package.json dependency version (prod) GitHub package.json dependency version (prod) GitHub package.json dependency version (prod)

Setup

Below you find all scripts to clone, run and build this application.

Clone repo

git clone https://github.com/KingaMiroslaw/shopping-list.git

Install packages

npm install

Run app

First, run the development server:

npm run start

Open http://localhost:3000 with your browser to see the result.

Build

npm run build

Demo

See DEMO