Fleek is a user-friendly e-commerce platform aimed towards UIC students to buy, sell, and exchange second-hand clothing. Created by UIC CS 422 Group 5: Jamal Nezianya, Hamnah Shafiq Ansari, Sarah Yasin Original Idea: https://www.ycombinator.com/companies/fleek
Follow these steps to get the project up and running on your local machine.
- Clone the repository to your local machine: git clone https://github.com/jamal-chukwuka/fleek.git
- Navigate into the project directory: cd my-app
- Install dependencies: npm install
- Start the development server: npm run dev
Once you've done these steps, the Vite development server should have started, and you can view the app at http://localhost:5173 .
There was no AI used for this project.