-
Notifications
You must be signed in to change notification settings - Fork 8
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
mesutcifci
authored and
mesutcifci
committed
Jan 5, 2025
1 parent
9ed2a35
commit 0bad5f8
Showing
3 changed files
with
25 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,5 @@ | ||
# Local Netlify folder | ||
.netlify | ||
.vscode | ||
.env | ||
.env | ||
.DS_Store |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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.