This template provides a minimal setup to get React working in Vite with HMR and some ESLint rules.
Currently, two official plugins are available:
- @vitejs/plugin-react uses Babel for Fast Refresh
- @vitejs/plugin-react-swc uses SWC for Fast Refresh
A responsive React application built with Vite that displays weather-based clothing recommendations. Users can preview garments, add new items, and interact with modals for a clean, intuitive experience.
- Dynamic weather display based on mock API data
- Interactive modals for adding and previewing garments
- Custom font integration and favicon setup
- Accessible layout with semantic HTML and modular CSS
- Escape key and outside click logic for modal closure
- Sticky footer and polished UI details
- React 18 with functional components and hooks
- Vite for fast bundling and hot module replacement
- CSS Modules for scoped styling
- Prettier for consistent code formatting
- ESLint for linting and code quality
- gh-pages for deployment to GitHub Pages
Website Link https://Gena248.github.io/se_project_react
Backend Repository Link https://github.com/Gena248/se_project_express