diff --git a/README.md b/README.md new file mode 100644 index 0000000..ce51c11 --- /dev/null +++ b/README.md @@ -0,0 +1,70 @@ +# T-Time + +> An e-commerce website which provides a new platform for the IITG community to buy IITG apparels. + +![Main Home Page](https://github.com/jainmohit2001/website/blob/master/blog/static/img/1.png) + +## Main Features +- [Submit your design](#syd) +- [Profile](#profile) +- [Polls](#polls) +- Interactive [Cart](#cart) system +- [Orders](#orders) +- [Login](#login) +- [Checkout](#checkout) +- [Merchant](#merchant) + +### SYD + +![Submit your design](https://github.com/jainmohit2001/website/blob/master/blog/static/img/8.png) + +- Have a great idea for a T-shirt for your batch, fill out this form adn we will make sure that your idea is on the Polls + +### Profile + +![Profile](https://github.com/jainmohit2001/website/blob/master/blog/static/img/7.png) + +- Upload your profile pic, cleanup system implemented through django-cleanup +- Select your department, clubs and batch for more personalized polls + + +### Polls + +![Polls](https://github.com/jainmohit2001/website/blob/master/blog/static/img/5.png) + +- Polls are put up by the admin for the college community +- The poll with the maximum number of votes will be made available as soon as the merchant get holds of the new design (Future deployment) +- Sorted by general, club-based and department-based to ensure relevant people vote on the polls + +### Cart + +![Cart](https://github.com/jainmohit2001/website/blob/master/blog/static/img/6.png) + +- Interactive cart system where you can delete the item from your cart, or increase and decrease the quantities of each product +- Each product has its own price with taxes which are set by the Merchant + +### Orders + +![Orders](https://github.com/jainmohit2001/website/blob/master/blog/static/img/10.png) + +- See the products that you have ordered till now + +### Login + +![Login](https://github.com/jainmohit2001/website/blob/master/blog/static/img/3.png) + +- Login with Google or register through Django's authentication system. + +### Address + +![Checkout](https://github.com/jainmohit2001/website/blob/master/blog/static/img/9.png) + +- All your checkouts will appear here, you have select an address or create a new through a form +- Payment feature to be added soon while deployment + + +### Merchant + +![Merchant](https://github.com/jainmohit2001/website/blob/master/blog/static/img/4.png) + +- Separate page for merchant to change product details like price, availability, and Product name diff --git a/blog/static/img/1.png b/blog/static/img/1.png new file mode 100644 index 0000000..1327589 Binary files /dev/null and b/blog/static/img/1.png differ diff --git a/blog/static/img/10.png b/blog/static/img/10.png new file mode 100644 index 0000000..3319d89 Binary files /dev/null and b/blog/static/img/10.png differ diff --git a/blog/static/img/2.png b/blog/static/img/2.png new file mode 100644 index 0000000..e5f2fa2 Binary files /dev/null and b/blog/static/img/2.png differ diff --git a/blog/static/img/3.png b/blog/static/img/3.png new file mode 100644 index 0000000..1626914 Binary files /dev/null and b/blog/static/img/3.png differ diff --git a/blog/static/img/4.png b/blog/static/img/4.png new file mode 100644 index 0000000..ce439ff Binary files /dev/null and b/blog/static/img/4.png differ diff --git a/blog/static/img/5.png b/blog/static/img/5.png new file mode 100644 index 0000000..72cea4c Binary files /dev/null and b/blog/static/img/5.png differ diff --git a/blog/static/img/6.png b/blog/static/img/6.png new file mode 100644 index 0000000..45c8cd1 Binary files /dev/null and b/blog/static/img/6.png differ diff --git a/blog/static/img/7.png b/blog/static/img/7.png new file mode 100644 index 0000000..5e8752f Binary files /dev/null and b/blog/static/img/7.png differ diff --git a/blog/static/img/8.png b/blog/static/img/8.png new file mode 100644 index 0000000..a9e4141 Binary files /dev/null and b/blog/static/img/8.png differ diff --git a/blog/static/img/9.png b/blog/static/img/9.png new file mode 100644 index 0000000..00d48a2 Binary files /dev/null and b/blog/static/img/9.png differ