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
Technologies used to build this application:
Libraries used to build this application:
Below you find all scripts to clone, run and build this application.
git clone https://github.com/KingaMiroslaw/shopping-list.git
npm install
First, run the development server:
npm run start
Open http://localhost:3000 with your browser to see the result.
npm run build