- React
- Redux
- React Router
- Typescript
- Redux Thunk
Backend olarak json-server kullanarak oluลturduฤum rest apiyi kullandฤฑm. api linki
GET /recipes
GET /recipes/:id/comments
GET /comments
GET /favs
GET /recipes/:id
POST /recipes
POST /favs
POST /comments
DELETE /recipes/:id
DELETE /favs/:id
DELETE /comments/:id
This project won an award in the competition organized by React Dersleri.