Projects

Task Buddy

Task Buddy is a ReactJS application I created that elevates the standard to-do list example every beginning developer starts with. Maintain your buddy’s health by completing tasks. The amount of tasks on your list, the priority of each task and the longer they remain will affect your buddy’s health negatively. It goes back to normal once you start completing tasks.

View DemoGitHub
Screenshot of Task Buddy demo, a ReactJS application developed by theslimdev

NextJS Portfolio

This demo portfolio is my first NextJS personal project. It's a simple app that demonstrates basic routing and form handling. Users can add input and see it appear on the page. It uses Local Storage to save the user input but the feature is currently being worked on.

View DemoGitHub
Screenshot of homepage for NextJS Portfolio demo application developed by theslimdev