Hey there! These are some of my web projects that I created during my Class X vacations (2021). You can visit homepage or click on the project names to view.
Sololearn is an app designed for learning to code, and it marked the starting point of my coding journey. This project is essentially a UI clone of the Sololearn app. I also included a chatbot, and here's a fun secret: The chatbot uses simple
if/else
conditions to function. (Well, everyone was a noob at some point_)
- HTML, CSS, Vanilla JS, jQuery
- Dynamic DOM generation
- Multiple modes (Dark, Light) and customizable themes
- Compressed static files for faster loading
- Uses DOM manipulation to switch sections (profile, chat, code) instead of separate files and paths (Newbie mistake)
Profile | Themes |
---|---|
This is a To-Do List web app that uses the browser's local storage to save tasks. It will remember your entered tasks even when you refresh or close the window. However, if you clear the site-data in the settings, all the stored data will be erased.
- HTML, CSS, Vanilla JS
- Stores data locally in the browser (persists even after refresh)
- Automatically removes completed tasks the next day
Home | Quotes |
---|---|