Task List
Designed a Task List app with a RESTful API built in Flask, integrated with a SQL database to ensure data persistance across uses, and deployed on Render.
The responsive front-end is built in React and provides an intuitive user interface with visual cues once tasks are completed. Users can create, organize, and manage tasks and goals effortlessly, and receive real-time notifications on Slack once tasks are completed.
Technologies: Python, Flask, PostgreSQL, REST API, Postman, Render
Links: Live Version | Front-end | Back-end
Weather Report
Developed a front-end web application integrated with the OpenWeather API to fetch real-time weather data for different cities. Users can interact with the interface by changing the temperature, and adjudsting the sky and garden illustrations presented.
Technologies: HTML, CSS, JavaScript
Links: Live Version | GitHub
PyWordle
A word puzzle game developed in Python, inspired by the Wordle game published by NYT, and using the Wonderwords library to generate random words. Originally developed using imperative programming techniques, this project was redesigned using OOP.
Technology: Python
Link: GitHub
Swap Meet
Implemented OOP principles to develop an app that enables users to exchange items by creating personalized inventories for swapping. The app allows filtering based on best condition and age of each item per category.
Technology: Python
Link: GitHub
Viewing Party
This project aims to assist you in managing your personal movies database, as well those of your friends. It will leverage your friends' watched lists to recommend you new movies based on availability within your subscribed streaming services.
Technology: Python
Link: GitHub
Adagrams
Word puzzle game inspired by the concept of anagrams similar to Scrabble. Players are given a random set of letters and score points with each word submission.
Technology: Python
Link: GitHub