Most of my work is with freelance agencies, also many of my older projects
are not live for now. Here are some of my recent projects that are still
online.
TwiTools
An app that lets you download your Twitter followers. It also tracks your
followers / unfollowers, so that you've a timeline when someone had
followed or unfollowed you. I had bigger plans for this project but
couldn't got access to Twitter API's Elevated access after multiple
tries.
Initially I thought of implementing it using NextJS on front-end and Express JS for creating API but then decided to use Express JS for everything. Html
templates are rendered using ejs on server. For database I used PlanetScale as it provides a generous free plan.
You can check it out here.
I'm planning to add more features to it in near future.
Quizzes
Create and share MCQs quizzes and share it with your audience. Get
detailed reports.
I've used Firebase as a backend here (for database & authentication) due to it's ease of use. For front-end I used Next JS.
You can check it out here.
It is a work in progress, I work on this project whenever I get free time.
Lists
Yet another todo lists app ;) Let's you manage your todos in lists.
It was my first project while experimenting with Firebase
&
Chakra UI. I liked
the ease & speed with which you
can create apps using these two.
You can check it out here.
If you want to see source code for above projects or some more projects,
feel free to drop a message. I'd be more then happy to share with you.