Logo

Movie Compare

A movie comparing app made using javaScript which fetches data from a movie API. It compares between two movies, according to their ratings, and provides the result. I have used OMDB API, to fetch the data. I designed this webpage using Bulma CSS.

See project >>

Meetups

This app is made using Next.js and MongoDB. Users can fill up the form and submit it, that data is stored in the MongoDB online database and is also fetched and posted on the homepage in real-time. To learn to store a data in cloud database and to fetch it was exciting.

See project >>

Get Photos

I used React for this project and Material-UI for the design. I have also used Api of Unsplash from where I fetch the photos and display them. Material-ui can be really helpful in designing, and it provides a big components library.

See project >>

Weather now

Weather app made using React and styled using Tailwind CSS. It calls a weather API to get the results. It tracks your geo location and display the weather. I also added a search input box where you can search for any city and get the realtime weather and time.

See project >>

Music Player

A straightforward music player, with limited tunes made using javaScript, where I added some fucntions to track, set and update the song progress.

See project >>

Wiki Search

Made this project using React, it takes users search query, and then calls an wikipedia API to fetch data. After the results are fetched, it then returns styled divs with the results.

See project >>

Secret Message

A small JsVanilla app, where a user message is Encoded to Base64 format, and when the link is opened, it then decodes the query and displays the message. I used atob() and btoa() method for encoding.

See project >>

Todo App

Todo list app, where I added some sorting functions where you can choose to see your completed list, uncompleted and all of your list.

See project >>