About this project
This blog implements the React Router to create a Posts, Users, and Todos page. The original project used a local JSON Server. For display purposes, it was replaced with a small JSON Server hosted elsewhere.The JSON Server is a fork of the Typicode JSON Server.The API allows for POST, PUT, and GET endpoints that I utilize to create new posts, update posts, and filter posts.Users can also edit posts and push When creating a new post, it also creates a new route for the post.This project also implements a loading spinner and error page.Concepts used
React RouterAPI Fetch RequestsAsync FunctionsDatabase Actions/MutationsJSON ServerAxiosLoaders