Projects

 
 

Hometown Sound

A web application to explore musical collections by geographical and genre diversity.

  • Built RESTful API using Flask

  • Integrated user authentication with Flask-Login and secure password hashing with Flask-Bcrypt

  • Managed a relational database with Flask SQLAlchemy

 

Road Trip

Built on an epic cross country trek Road Trip is a web app developed for managing parks, hikers and trails using Flask and SQLAlchemy

  • Created a RESTful API for CRUD operation on parks, hikers and trails

  • Designed a database schema with SQLite and use Flask-Migrate for schema migrations

 

Cocktails ABC

A single page application made with Create React App to explore and add to a catalogue of cocktails

  • Built a RESTful API backend using json-server for data management, supporting GET and POST requests for submitting cocktail data

  • Integrated React Router (BrowserRouter, Routes, NavLink) for smooth navigation