this is Front-end to working with social-web-php
- clone repository
yarn
ornpm install
yarn dev
ornpm run dev
- React + Vite + Tailwindcss + TypeScript
- react-router-dom
- daisyui
- api method use only GET and POST;
- if use [POST, PUT, DELETE] must assign method with params in url : example
/api/user?method=delete
- because server api has error with PUT, POST, and others method
- sending data to api must use with FormData
-
work with social-web-php
-
register & login
-
posts
-
webboard
-
people
-
poll