This repository contains all the mini projects I've created while learning various web development concepts. Each project is a stepping stone in my journey to mastering HTML, CSS, and other web technologies.
1. Groww Landing Page Clone Groww-Clone
- Description: A clone of the Groww.in landing page, built entirely with HTML and inline CSS.
- Technologies: HTML, CSS
- Key Learning: Understanding layout design and basic styling using inline CSS.
2. A simple ToDo application ToDo
- Description: A basic Todo application built to understand the fundamentals of DOM manipulation.
- Technologies: HTML, JavaScript
- Key Learning: Gained hands-on experience in DOM manipulation and event handling in JavaScript.
2. ToDo-2.0 An improved ToDo application ToDo-2.0
- Description: A full-fledged task management application with a backend, allowing tasks to be stored persistently in a JSON file.
- Technologies: HTML, CSS, JavaScript, Node.js, Express.js
- Key Learning: Implemented a complete stack application, understanding the integration between frontend and backend, and how to handle data persistence.