Jasmine Patel Software Engineer.


Welcome to my personal website! Here you can find a range of different projects I’ve built over the years in several different languages. Feel free to have a look around and get inspired.


I came to software development from a marketing background after completing the Manchester Codes Software Engineering Bootcamp and have been working as a Software Engineer professionally since June 2020. During this time I have also completed my Level 4 Software Engineering Apprenticeship and had the privilege of working on several different projects professionally ranging from JavaScript and React to Infrastructure, .NET and iOS Development. I am currently working as an iOS Engineer at Yorkshire Building Society.


Jasmine

Projects

flickr finder app

Photo Finder App

An iOS app built with Swift and SwiftUI. It leverages the MVVM (Model-View-ViewModel) architectural pattern and integrates with the Flickr API to search and display photos by keyword and by user.

community events app

Community Events App

An iOS app built with Swift and SwiftUI. The app has an interactive map which shows all the community events happening in a given location. Once a community event is clicked on, on the map, it will display more detailed information about the event such as the location, date, time, cost and a brief description and picture. The app consumes a .NET minimal API which is linked to a MongoDB database.

spotify mosaic

Music Mosaic

A React application which uses the Spotify API to get the album art of a users 50 most recently listened to songs on Spotify and turn it into a mosaic. The backend is an auth server which validates a users spotify account.

snacky snake game

Snacky Snake

A classic snake game created using vanilla JavaScript and styled with CSS. All graphics were also created by me using adobe illustrator.

golden shoe

Golden Shoe

A prototype of an ecommerce website created with React and styled with Bootstrap and Sass. The prototype allows you to filter shoes by price, size and popularity. It also allows you to add and remove shoes from the basket.

green queens

Green Queens

A website which highlights the impact of the fast fashion industry on the environment. This was a group project for which I took on the role of team leader. I took responsibility for the carbon calculator which was created using a React form, which passes the submitted information into a JavaScript function. I also did all of the styling for the website using CSS and assisted with the API integration.

quotes from queens

Quotes From Queens

A React application, which consumes an Express API containing quotes from inspirational female artists and celebrities, stored in an MongoDB database.

music library api

Music Library API

This CRUD REST API stores information about artists, albums and songs and interacts with a MongoDB database using Express. I used Mongoose to write the MongoDB validation in the form of schemas and models. I also used Test Driven Development and wrote tests using Mocha and Chai.

weather app

Weather Forecast

A 5-day weather forecasting app built with React consuming an open weather API. You can search to see the weather at any UK destination. Styled using CSS.