Skip to content

Punnawithsut/TAMJAI

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

102 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation


TAMJAI

desc


1. Project Setup

Frontend (client)

cd client
npm install
npm run dev

Backend (server)

cd server
python server.py

2. Modules Used

Frontend

  • 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.

Backend

  • to fill

4. Contribution Guidelines

Creating an Issue

  • Always describe the problem clearly.
  • Assign appropriate labels (e.g., bug, feature, enhancement).

Working on a Feature / Fix

  1. Create a branch linked to the issue:

    git checkout -b feature/issue-<ISSUE_NUMBER>-short-description
  2. Work on the branch and commit changes.

Creating a Pull Request (PR)

  • Link the PR to the related issue (e.g., Closes #12).

About

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors