Skip to content

Commit

Permalink
docs: update readme and gitignore
Browse files Browse the repository at this point in the history
  • Loading branch information
mesutcifci authored and mesutcifci committed Jan 5, 2025
1 parent 9ed2a35 commit 0bad5f8
Show file tree
Hide file tree
Showing 3 changed files with 25 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
# Local Netlify folder
.netlify
.vscode
.env
.env
.DS_Store
24 changes: 23 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1 +1,23 @@
# WORK IN PROGRESS
# This project is a work in progress.

It is a MERN stack e-commerce application that will simulate a real-world e-commerce application.

The project mainly built with Node.js(TypeScript), Express, MongoDB for the backend and React, TypeScript, Vite, Vitest, TailwindCSS for the frontend.

It will allow users to:

- Browse products
- Filter products
- Add products to cart
- Checkout
- View order history
- Manage their account
- Login/Logout
- Register
- View product details
- Add products to favorites
- View favorites
- View product reviews
- Add reviews to products

Server side of the project is mostly done. Frontend is work in progress.
Empty file added server/README.md
Empty file.

0 comments on commit 0bad5f8

Please sign in to comment.