Javascript Projects

React: Duly Noted

Duly Noted notes

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

Angular: Pokedex

Pokedex Angular

This app built in Angular, was made for mobile devices. It pulls JSON data from an API that I am hosting to display each pokemon in the types tab. Then when you click on one of the pokemon it routes to the pokemon and pulls the details from the JSON API to be displayed.

Angular: Pokedex