https://github.com/arikato111/social-web-react
social web application Front-end with React
https://github.com/arikato111/social-web-react
front-end react tailwindcss typescript
Last synced: 3 months ago
JSON representation
social web application Front-end with React
- Host: GitHub
- URL: https://github.com/arikato111/social-web-react
- Owner: Arikato111
- Created: 2023-02-19T06:27:03.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-09-04T08:37:36.000Z (almost 2 years ago)
- Last Synced: 2025-01-17T20:22:09.396Z (5 months ago)
- Topics: front-end, react, tailwindcss, typescript
- Language: TypeScript
- Homepage: https://aden-web.vercel.app
- Size: 223 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
![]()
![]()
![]()
![]()
#
Social website with React (Typescript)
this is Front-end to working with [social-web-php](https://github.com/Arikato111/social-web-php)
## Get started
- clone repository
- `yarn` or `npm install`
- `yarn dev` or `npm run dev`## Inside it
- React + Vite + Tailwindcss + TypeScript
- react-router-dom
- daisyui## Need to know
- 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## TODOs
- [ ] work with [social-web-php](https://github.com/Arikato111/social-web-php)
- [ ] register & login
- [ ] posts
- [ ] webboard
- [ ] people
- [ ] poll