Web Applications
Here are some of the web applications that I've created or helped create. I've been working in Angular & React a lot lately and have been really enjoying it.
Austugram
My own implementation of Instagram that contains a lot of features that the popular website has. A user can create a profile and post a picture with the title and description to the homepage. Users can follow and like each others posts as well as many more social features that are implemented in the project.
Authentication
A web application that focuses on user authentication using JWT. Email addresses and passwords are stored in a database, users receive a token upon login which will change which pages of the website they can access. Passwords are encrypted using bcrypt.
CRUD Application
A simple web application where users can make their own shopping list. A user can add, edit and delete an item from the list which is stored in a database. A checkbox can also be clicked to show that an item has been purchased. The value of the checkbox is also stored inside the database.
Sharesci
My senior project in college. I worked with a team of colleagues. The application stored academic articles within a database where an artificially intelligent algorithm could find an article a user searched for. No longer deployed on the internet, but you can click to see screenshots.