By Renata D.
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.
- Live: Noteful
- Heroku: API
- Client: Github - Noteful
- Server: Github - Noteful
| 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 |
LinkedIn: Contact