An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

README

        


React
vite
Ts
Ts

#

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