sabashahbaz / Thrifty

This project, originally a collaborative effort, has undergone a transformation into my own unique version. It now reflects my individual contributions and enhancements, showcasing my personal touch and creativity.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool



Thrifty

A sophisticated shopping app that integrates the Poshmark API, offering users a seamless platform to purchase and sell second-hand clothing.

Project Demo

Introduction:

Thrifty is a modern web application built to enhance the shopping experience by utilizing the power of the Poshmark Marketplace. Users can effortlessly search for items, explore detailed results, add their own listings for sale all while purchasing products securely.

Project Features:

  • User Authentication: Secure user signup and login functionality utilizing JWT (JSON Web Token)
  • Product Search: Search for items on Poshmark API with detailed results with images, size of product, description and price.
  • Post Listing: User can efforlessly post their clothing items for sale
  • Upload Images from file: User can upload images from their computer for their listing
  • Edit Existing Listing: User can edit their existing listing
  • Personal Wishlist: Allow users to curate and manage their wishlist.
  • Purchasing Capabilities Utilizing the Stripe API to allow a safe and user friendly checkout experience
  • User Logout: Provide a smooth logout mechanism.

Installation:

  1. Clone this repository to your local machine:
git clone git@github.com:sabashahbaz/Thrifty.git
  1. Navigate to the project directory:
cd Thrifty
  1. Install the required dependencies using npm install:

Run the back-end server:

cd server
npm install express

Run the front-end server:

cd client
npm install & start 

Upcoming Features:

  • Utilization of Ebay API to allow users to compare prices of products in their wishlist
  • Search and filter functionality in product search list and wishlist page for enhanced user experience

Acknowledgments:

This project originally started as a group collaboration during my time at the Flatiron Software Engineering Boot Camp. My initial team members were Alice Hepburn, Jon Rosenblum and Bushra Yazmin. We used a combination of React, Flask, SQLite, and SQL databases for the project.

However, I decided to take on the challenge of revamping the entire project myself, and I completely restructured it using Node.js and MongoDB, introducing new technologies and a different approach to meet our project goals. Please refer to: https://github.com/aokhepburn/price-comparison-site, for original product.

License:

MIT License

Copyright (c) 2023 Saba Shahbaz

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

About

This project, originally a collaborative effort, has undergone a transformation into my own unique version. It now reflects my individual contributions and enhancements, showcasing my personal touch and creativity.


Languages

Language:JavaScript 97.8%Language:HTML 2.0%Language:CSS 0.2%