Skip to content

IlyaEru/React-Final-Project

Repository files navigation

React Final Project

In this project, I have created a web application for managing a store. The store manages data (with Redux and Firebase) about customers, products and purchases.

The application has the following functionality:

  • The user can add a new purchase to a customer.
  • The user can edit a customer or a product.
  • The user can delete a customer or a product.
  • The user can see a table of customers and products.
  • The user can see customer's purchases.
  • The user can see product's purchases.
  • The user can see a table of purchases and filter by product, customer and date.

Built With

Installation

  1. Clone the repo
git clone https://github.com/IlyaEru/React-Final-Project.git
  1. Install NPM packages
npm install
  1. Add .env file with your firebase config

  2. Run the app

npm start