Projects

I have done many projects during my student life. Some are for academic purposes and some are for implementing my learning. Most of my projects are web based. I also have some experience in Mobile App Development.

Lyric Finder


Lyric Finder is an app where user can search for lyrics of the popular songs. The homepage shows latest top 20 songs with a link to view the lyrics.

Live link: https://sajid-finds-lyric.herokuapp.com

Github link: https://github.com/sajidhasan/lyric-finder

The site might take a few moment to load for the first time since it is hosted in Heroku.

The technology stack that was used in this project are following:

The lyric that this app shows is not the whole lyrics. It is because a non-commercial Musixmatch API is used to get the lyrics. This app is currently hosted in Heroku.


Github User Details


This app uses github API to get user data. NodeJS is used in backend to serve API calls form client app which is a ReactJS app. Bootstrap and Fontawesome was used in this app. This app is deployed in Heroku.

Live link: https://use-git-api.herokuapp.com

Github link: https://github.com/sajidhasan/react-node-gitAPI

The technology stack that was used in this project are following:

This app will be extended in future.


Parkyng


Parkyng is a NodeJS based web application that facilitates real-time parking space sharing.

Github link: https://github.com/sajidhasan/parkyng

The technology stack that was used in this project are following:

This project was done for academic purpose.


Teacher Review System


Teacher Review System is a web application where students can rate their teacher based on several criteria and write constructive reviews about their teacher.

Github link: https://github.com/sajidhasan/TeacherReviewSystem

The technology stack that was used in this project are following:

This is an academic project.


Genre Player


This iOS app lets user play music tracks of selected genre. This is a simple iOS 11 app using Swift 4 and Xcode 9.

Github link: https://github.com/sajidhasan/iOS-Genre-Player

The technology stack that was used in this project are following:

This is a toy app just to get along with iOS DEV ENV.