https://pourya-alipanah-ap.netlify.app
https://drive.google.com/open?id=11SahflJPJezlCNTAfCsI3ppvWo9Yo-g0&usp=drive_fs
React.JS - React Router Dom @6.17.0 - Chakra UI - axios for CRUD - Chart.js - React Hook Form and Yup - React Toastify - Lodash - Vite JS
In this project, my purpose was to practice and use all I learned before, and along this way, I used these techniques to develop my project:
Create: for Register User and add new Categories to the Database;
Read: to Get user data for Authentication and get posts from the Database;
Update: for Edit Categories I used 'POST' verb and sent the category ID and new category value to update them;
Delete: for Delete Categories From Database.