Projects
Learning by doing things is the best way to grasp concepts so whenever I learn something I try to build an app or small feature around it to understand its importance and how things have to be configured. Here are some of the personal projects I have worked on in the past
Crunchtube App
A web app with login and sign up authentication for food recipe videos with the functionality for a user to save and like videos in their playlist, and access watched videos in history.
Tech Stack Used - React, Express, Mongoose, MongoDB
Social Media App
A web app with login and sign up authentication with the functionality to like, comment, follow and unfollow other users. Every user has a profile page with editable bio.
Tech Stack Used - React, Redux, Express, Node
Atom Css
A simple, modular and responsive component library (built via html and css) that can be used with the cdn link on the documentation page
Tech Stack Used - HTML,CSS
Ecom App
A e-commerce web app with authentication for user personalisation, allowing users to add/remove products from cart and modify items from cart via the product listing page
Tech Stack Used - React, Express, Node, Mongodb, Mongoose
Quiz App
A simple quiz app which shows result at the end hosted on codesabdbox and gets it questions and options from backend server hosted with express js
Tech Stack Used - React, Express, Node