This React project, combining with the backend expresss project, creates a full-stack application that allows users to add, like, and delete their own clothing items. Users can create an account, log in, and log out of the platform. Additionally, WTWR filters displayed clothing items based on the local weather forecast, helping users choose appropriate attire for the day.
The live version of the application is available at:
Production URL: https://w2w.crabdance.com
The front end communicates with the back end via this base API URL:
API URL: https://api.w2w.crabdance.com
To set this in your environment variables, add the following line to your .env file in the front end:
VITE_API_BASE_URL=https://api.w2w.crabdance.com
This template provides a minimal setup to get React working in Vite with HMR (Hot Module Replacement) 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
This project was made using:
- Figma
- VSCode
- GitHub
- HTML
- CSS
- Javascript
- React
- Vite