This project demonstrates the client-side of a PERN full stack application.
It includes :
- 3 main components
- InputTodo for inserting a new input into the db
- ListTodos for rendering all the todos from the db
- EditTodo that renders a modal where you can edit a todo
For each action an http request is sent to the server ran locally.
Server repo : https://github.com/daniy310/pern-todo-server