forked from Anadee11/WebArena
-
Notifications
You must be signed in to change notification settings - Fork 0
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
1 parent
e1718ea
commit ed8d445
Showing
1 changed file
with
40 additions
and
0 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 |
---|---|---|
@@ -0,0 +1,40 @@ | ||
Ecommerce Website Website in Django | ||
|
||
This is an E-commerce Website made in Django. It has a number of self-growth items that get added to user's cart. The cart is fully functional with options of incrementing/ decrementing individual items and also removing them. On confirming, the user is shown a form to enter their details and place their order. Successful order submission is shown by a confirmation Modal. It uses Django's database Sqlite3 to store order and user details. | ||
|
||
💻Tech Stack Used | ||
|
||
Frontend - HTML, CSS, JS, Bootstrap | ||
Database - Python, Sqlite3 | ||
|
||
✨ Requirements | ||
|
||
Any Operating System (ie. MacOS X, Linux, Windows) with django installed for the respective OS | ||
Any IDE with python and other dependencies installed (ie. VSCode etc) | ||
|
||
📝Steps to run | ||
|
||
Clone this repository. You will need node and npm installed globally on your machine. | ||
git clone https://github.com/your_username/WebArena | ||
To start app: | ||
python manage.py runserver | ||
|
||
Screenshots | ||
|
||
⚡ Landing Page | ||
|
||
<img width="940" alt="image" src="https://user-images.githubusercontent.com/97346786/194714956-bf7f976e-c415-488b-9f6a-cd0d205e7cbe.png"> | ||
|
||
<img width="945" alt="image" src="https://user-images.githubusercontent.com/97346786/194714986-906b3dd2-b998-4ba0-9cc1-467f8cd20f87.png"> | ||
|
||
⚡ Main Page | ||
|
||
<img width="947" alt="image" src="https://user-images.githubusercontent.com/97346786/194715071-7be704fe-ecf6-4929-9760-4766c65e5f30.png"> | ||
|
||
⚡ Cart Page | ||
|
||
<img width="942" alt="image" src="https://user-images.githubusercontent.com/97346786/194715119-11fa2ede-fc23-4525-a217-ea409a466bde.png"> | ||
|
||
⚡ Checkout page | ||
|
||
<img width="944" alt="image" src="https://user-images.githubusercontent.com/97346786/194715152-f4bd9b7b-a918-4099-a8ba-a196f7f4c458.png"> |