Smart Stylist is a web application that helps users find outfits for specific events based on their sizes and preferences. It simulates searching through various online stores to provide outfit recommendations.
-
Clone the repository:
git clone [repository-url] cd smart-stylist
-
Install dependencies:
npm install
-
Start the development server:
npm start
-
Open http://localhost:3000 to view the app in your browser.
If you're setting up this project from scratch:
-
Initialize the Git repository:
git init
-
Add all files to the staging area:
git add .
-
Make the initial commit:
git commit -m "Initial commit: Set up Smart Stylist project structure"
src/
: Contains the source code for the applicationcomponents/
: React componentstypes/
: TypeScript type definitionsservices/
: Firebase and other service configurations
public/
: Public assets and index.htmlpackage.json
: Project dependencies and scriptstsconfig.json
: TypeScript configurationtailwind.config.js
: Tailwind CSS configuration
- User profile creation with size and measurement inputs
- Event selection for outfit recommendations
- Simulated outfit search process
- Display of outfit recommendations with pricing and delivery estimates
- React
- TypeScript
- Tailwind CSS
- Firebase (for future backend integration)
Please read CONTRIBUTING.md for details on our code of conduct and the process for submitting pull requests.
This project is licensed under the MIT License - see the LICENSE.md file for details.