Go back
All Projects
Codeforces Tracked(Mobile App)
A complete solution to the codeforces users that has many functionailties like saving certain problems, tracking my friends, visiting my account details, searching for submissions and saving them for later use. [Mobile app
Languages And Frameworks Used:
- React Native
- React Navigation
- Expo CLI
- Firebase Firestore
- Firebase Auth
UDairy
A website developed for the presentation of HULT Prize at BUET consisting of a full fledged system that takes care of all the sectors of a startup including the production, distribution, wholesale , retail and an online shop of its own. A full experience for the end user.
Languages And Frameworks Used:
- HTML
- CSS
- SCSS
- React
- React-Routing
- Firebase Firestore
CSE-19 FileBin
A dedicated website to store all the files of CSE-19. Almost 120 students have been using this site for a month now and it has made our lives easier, containing all the files we need in a single place rather than being stored somewhere in a random place.
Languages And Frameworks Used:
- HTML
- CSS
- SCSS
- React
- React-Routing
- Firebase Firestore
Portfolio Website
My first portfolio website that has all my personal info and ways to contact me
Languages And Frameworks Used:
- HTML
- CSS
- Vanilla JS
- SCSS
Vote Em Up
Vote Em Up A complete web app for all your "voting" needs that supports user authentication(login, logout, account creation) completely different screens for logged-in and logged-out user, lets users add new electionsand also lets users add new candidates to different elections
Languages And Frameworks Used:
- HTML
- CSS
- JS
- SCSS
- React
- Firebase
Recipo
This is an app that takes advantage of a recipe API and returns 10 recipe cards each time according to the key-word put in the search bar
Languages And Frameworks Used:
- HTML
- CSS
- JS
- SCSS
- React
- Edamam API
CodeForces Tracked v2.0
A complete solution to the codeforces users that has many functionailties like saving certain problems, tracking my friends, visiting my account details, searching for submissions and saving them for later use.
Languages And Frameworks Used:
- HTML
- CSS
- JS
- SCSS
- React
- Codeforces API
CodeForces Tracked
This is an app that takes the handle of an user as an input and the number of submissions you want to get; and returns all the accepted submissions as well as the problems’ names, id and most importantly their “rating” .
Languages And Frameworks Used:
- HTML
- CSS
- Vanilla JS
- SCSS
- Codeforces API
Restaurant Wishlist
This is a basic-app with real-time database system that lets users input files to the server and counts the number of restaurants they've been to.
Languages And Frameworks Used:
- HTML
- CSS
- Vanilla JS
- Firebase Firestore
Expense Tracker v2.0
Expense Tracker with authentication. Supports multiple device Login by the same user. Saves the time of the expendature and many more
Languages And Frameworks Used:
- HTML
- CSS
- Vanilla JS
- Firebase Firestore
- Firebase Authentication
Expense Tracker
An app to track our expenses . This can take the date, the item and the amount spent on the item as input and save it for later viewing.Uses firebase firestore to store the data
Languages And Frameworks Used:
- HTML
- CSS
- Vanilla JS
- Firebase Firestore
Covid Tracker
This website gathers data from an API, plots them in a graph and displays them.
Languages And Frameworks Used:
- HTML
- CSS
- Vanilla JS
- Chart js
- Covid API
Harry potter house sorter
This website gathers data from an API, randomly chooses a house and displays it eac time.
Languages And Frameworks Used:
- HTML
- CSS
- Vanilla JS
- Harry Potter API
File-rearranger
This is basically a small app which goes through all the files in a folder and finds the file type, creates a folder for that type and moves the files to that newly created folder.
Languages And Frameworks Used:
- Python
- os Module
- psutil Module
- tKinter Module
Password_Generator
This will create a 10 letter alphanumeric password and send it as an email to the user.
Languages And Frameworks Used:
- Python
- smtplib Module
- random Module
- tKinter Module
findThings
**INCOMPLETE This uses pyautogui to go to urls and logs into an account
Languages And Frameworks Used:
- Python
- pyautogui Module
- tKinter Module
DICE-roller
This is a basic tkinter project that is basically made with the random module to generate a random number between 1 to 6.
Languages And Frameworks Used:
- Python
- random Module
- tKinter Module
Weather-app
This is an app that makes use of weather api from openweathermap and takes name of the city as the input and outputs its temperature,pressure and humidity.
Languages And Frameworks Used:
- Python
- requests Module
- json Module
- tKinter Module
Word-counter-python
**GUI INCOMPLETE.Enters the file 'text.txt' and counts the number of word in two ways. Regular and optimised
Languages And Frameworks Used:
- Python
- tKinter Module