Skip to content

Latest commit

 

History

History
53 lines (38 loc) · 1.26 KB

README.md

File metadata and controls

53 lines (38 loc) · 1.26 KB

E-commerce Website

This project will involve the development of a "E-commerce Application”

Features:

  1. Implement login and logout functionality.
  2. Display a summary of financial status, including total income and sell.
  3. Provide graphical representation of Product selling, using pie charts, bar graphs, etc.
  4. Product Management:Add, edit, and delete expense entries. Categorize expenses (e.g.,groceries, bills, entertainment).

Tech Stack:

Next.js

React.js

Node.js

Shadcn UI

Material UI

Tailwind Css

MongoDB

Firebase

Typescript

How to Contribute

1. Fork the repository to your GitHub account.

2. Clone the forked repository to your local machine.

git clone https://github.com/niteshkr100/Legant.git

3. Create a new branch for your changes.

git checkout -b feature/your-feature

4. Make your changes, whether they're bug fixes, new features, or improvements.

5. add the change in your branch

git add .

6. Commit your changes with descriptive commit messages.

git commit -m "Add your descriptive commit message here"
git push origin feature/your-feature

7. Open a Pull Request (PR) against the main repository.