Noteful Client

Live link

Check out a live working version of my web app here.

More info on the backend can be seen here.

Summary

Noteful is a simple yet fully featured note taking application. It has been developed with a React based frontend paired with a custom backend server and database. Noteful gives users the ability to add folders and notes and delete notes.

Home Page

Noteful greets you with a list of all folders and notes available.

Folder Specific Notes

Users have the option of selecting a specific folder to display only notes within that folder.

Add Notes and Folders

Noteful provides users the ability to note only add notes, but also custom folders as well.

Technology Used

This is a full-stack project that uses HTML, CSS, React, Nodejs, Express, and PostgreSQL.