desc
cd client
npm install
npm run devcd server
python server.py- react — Core UI library for building components.
- tailwindcss — Utility-first CSS framework for styling.
- vite — Fast development build tool.
- axios — HTTP requests to the backend.
- react-hot-toast — Toast notifications.
- react-router-dom — Client-side routing for multiple pages.
- to fill
- Always describe the problem clearly.
- Assign appropriate labels (e.g.,
bug,feature,enhancement).
-
Create a branch linked to the issue:
git checkout -b feature/issue-<ISSUE_NUMBER>-short-description
-
Work on the branch and commit changes.
- Link the PR to the related issue (e.g.,
Closes #12).