React: Duly Noted
Built for a mobile device with React, this application allows a user to view, create, delete, edit, and set to Archived notes. The notes are gotten from a JSON file and saved to the same file via async functions. In the background node runs as a server with graphql handling the request to view, create, delete, edit, and archive from the application. The app keeps an offline cache of notes that will allow it to be used when not connected to the internet. It also follows PWA and is able to be used/installed as a desktop app or as a mobile app.
Duly Noted