Goal:SaaS created using Python language and Flask framework. RESTful web service that utilizes generative AI to create song lyrics for subscribed users. Led end-to-end development, showcasing expertise in full-stack, web design, and AI integration. Implements Stripe API for a three tier subscription based service . Hosted using Render cloud platform.
Goal:Created a responsive website utilizing html, css, and the bootstrap 5 framework.
Website emulates a startup page for a company called Tindog that is the equivalent of a dating app but for dogs lol
Languages & Frameworks:HTML, CSS, Bootstrap 5.3
Cafe Rating System
Goal:Created a web service that stores user ratings on specified cafes based on coffee rating, wifi strength, and plug availability. Web service utilizes Flask and Jinja2 to create the website pages as well as Flask-bootstrap for styling. Flask-WTF and wtfforms are used to create the input forms and validators for the fields. The data inputted by users is then appended to a csv file that is displayed in a table located on a separate page.
Languages & Frameworks:HTML, CSS, Flask, Jinja2, Python, wtfforms, Flask-WTF, Flask-Bootstrap
Movie Database Web Service
Goal:Flask web service that lets users enter names of their favorite movies, provides a list taken from MovieDatabase API by parsing JSON, then redirects user to a page to rate movie. Once the user gives rating and submits form, the movie is then stored into a database using SQLAlchemy. The service then redirects the user to their movie list page that displays the movies in sorted order based on their rating.
Goal:Created a multipage blog using the flask web framework. Site also includes a contact page that takes form and submits to my email. python program
utilizes modules, decorators, and multiple functions that redirect to different pages of the site and performs different actions. HTML templates also utilizes bootstrap framework.
Languages & Frameworks:HTML, CSS, Bootstrap 5.3, Flask, Python
Name-Card
Goal:Created a name card site using flask web framework and python programming language. Site displays my image along with links to my social medias and a custom background image.
Languages & Frameworks:HTML, CSS, JavaScript, Flask, Python
Book Rating System
Goal:Web service that allows users to input a form that includes a book title, author, and the user's rating of the book. This form is then added to a SQLite database using SQLAlchemy. User has access to update ratings and delete items off from database through click of button. The service is created using Python, Flask framework, and SQLAlchemy.