This is a simple To-Do List application built with the PERN stack (PostgreSQL, Express, React, Node.js).
Follow these steps to view the website locally:
Open your terminal and run the following command:
cd ./server
node index.js
Open new terminal and run the following command:
cd ./client
npm install
npm run start
Once both the client and server are running, open your browser and visit the frontend
You should be able to view the To-Do List application with all the features displayed, as shown in the image below: