logo

Abhishek Jha

HomeProjectsExperienceBlogsAboutContact

Here are some of the projects I have built :)

Sankhya

Sankhya

Express
PostgreSQL
Next

An open source user analytics tool that gives you insights about your users like traffic, geographic and device details, etc. all with zero config and out of the box.

SellPro

SellPro

Next
Express
MongoDB

Online selling platform. Users can upload their products to sell, and they will be available for buying after admin approval. Auth, admin and user dashboard, and many other features.

Colconnect

Colconnect

Next
Firebase
Tailwind

Full stack social media app using Next.js, Tailwind CSS and Firebase. With features like post image, post text, online IDE, and login / logout system.

Newsletter

Newsletter

FastAPI
React
PostgreSQL

Full stack newsletter project where other users can subscribe and I can publish newsletter and send it as email to all users using my admin panel.

Personal Portfolio

Personal Portfolio

Next
ChakraUI
MDX

The site that you are currently on. SEO optimised, fully responsive portfolio website with dark and light theme. With markdown featured blogs.

Splitwise Clone

Splitwise Clone

Next
JS
CSS

Fully featured frontend clone of Splitwise. Keep track of all your expenses, pay and split by individual or multiple people. And see history of your splits.

Customizable Shoe Store

Customizable Shoe Store

Next
JS
CSS

Multi page responsive website for a shoe store. You can select different variations of any shoe, add to cart, filter shoes by various parameters, etc.

Online IDE

Online IDE

Web
React
CSS

Web based IDE for web development. Supports coding in HTML, CSS and Javascript. Shows output in real time.

IPL Dashboard

IPL Dashboard

Next
ChakraUI
Chart.js

Dashboard to display IPL data using various charts in multiple cateogries. Uses Next, Chart.js and ChakraUI.

CoolChat

CoolChat

React
Firebase
CSS

Web based group chatting app built with React JS and Firebase. Has features like authentication, creating new chat room, joining room, message timestamp, etc.

Cool dark theme

Cool dark theme

JSON
VsCode

Dark color theme extension for Visual Studio Code Text Editor. Currently has 500+ downloads

Shopping Cart with Redux

Shopping Cart with Redux

Redux
Redux Toolkit
Next.js

Product List with Shopping cart made using Next.js and Redux Toolkit to demonstrate Redux state management.

Harbour Management App

Harbour Management App

Flutter
Firebase

Cross platform mobile app for harbour management. Built with Flutter and Firebase for design engineering project

Rick and Morty

Rick and Morty

Next
GraphQL
ChakraUI

Web app for getting details of all characters from show Rick and Morty. Built with Next.js, GraphQL and Chakra UI. Has features like search, dark theme and responsive design.

Terminal style portfolio

Terminal style portfolio

HTML
CSS
JS

Minimalistic personal portfolio based on Linux Terminal style.

Tic Tac Toe

Tic Tac Toe

Mobile
Kotlin

Tic Tac Toe game android app built with Kotlin

MemeMania

MemeMania

Mobile
Kotlin
API

Android app built with kotlin for fetching random memes from Reddit using an API and displaying in a beautiful UI. Has feature of sharing the meme link directly from app

SuperHeroes

SuperHeroes

Web
Next
MongoDB

Full stack CRUD app built with Next.js, MongoDB and material design. Uses custom Rest APIs for all operations.

TechFreaks website

TechFreaks website

Web
HTML
Bootstrap

Website for descriptionription of design engineering project. Built with HTML and Bootstrap.

Virtual Assistant

Virtual Assistant

ML
Python
Automation

Virtual Assistant built with Python. Has features like speak to search google, weekipedia, ask time, play music and youtube videos, set alarm, etc.

Space Invaders

Space Invaders

Python
Game
Pygame

2D game built with Pygame module of Python. Has features like highest score, current score, play and pause, music, etc.

PDF to AudioBook converter

PDF to AudioBook converter

ML
Python
PDFtoAudio

Python script to convert any pdf file into an AudioBook. Built with Text to speech module.

Data Science Learning Resources

Data Science Learning Resources

ML
Python
DataScience

Github repository having detailed codes for learning all important data science modules.

Higher Order Functions

Higher Order Functions

ML
CPP
Python

Implementation of some popular higher order functions available in Python using C++ 20