Skip to content

Seraphyne/noteful-reformed-client

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Noteful

By Renata D.

Netlify Status

📌 Summary:

Noteful app is meant to be a simple and concise. It lets you jot down notes or highlight important sections of web pages, just like you might in a textbook. It features a Folder sidebar that you can organize your notes according to the theme you decide, since you can name your own Folders. On the notes side, you can also put the title that you decide and decide in which category your note will fit better by choosing the correct Folder.

This app can be use for a plethora of reasons. Homework organization, chores, better organizing your work station, a "todo" list, whatever you feel comfortable.

📌🔗 Links:

📌💻 Technologies used:

Front-End:

Back-End:

Deployment:

📌📄 API Documentation:

Method Path Purpose
POST /api/folders Adds a new folder
GET /api/folders Get all folders
GET /api/folders/:id Get a specific folder
DELETE /api/folders/:id Deletes a specific folder
PATCH /api/folders/:id Edits a specific folder
GET /api/notes Get all notes
GET /api/notes/:id Get a specific note
DELETE /api/notes/:id Deletes a note
PATCH /api/notes/:id Edits a specific note

📌📇 Contact:


LinkedIn: Contact


About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors