Welcome to my Web Development repository! This project serves as a comprehensive learning hub where I document my journey in mastering front-end technologies. It contains a mix of structured tutorials and hands-on mini-projects.
The repository is organized into specific modules to track progress across different technologies:
- HTML & CSS Tutorials: Foundational exercises covering semantic tags, styling, and layout design.
- JavaScript Tutorial: Deep dives into logic, DOM manipulation, and modern ES6+ features.
- Projects:
- Business Name Generator: A tool that generates creative names using JavaScript string manipulation.
- Faulty Calculator: A fun logic project that performs incorrect calculations 10% of the time to practice conditional statements.
- My Bookmark: A utility for organizing and saving web links.
- HTML5 - Structure and Content
- CSS3 - Styling and Design
- JavaScript - Logic and Interactivity
- VS Code - Development Environment
To explore these tutorials and projects locally:
- Clone the repository:
git clone [https://github.com/codewithsayanjit/Web-Devlopment-Tutorial.git](https://github.com/codewithsayanjit/Web-Devlopment-Tutorial.git)
- Open in your browser:
Navigate to any folder and open the
index.htmlfile to see the results.
Maintained by Sayanjit Jana. Feel free to explore the code and reach out if you have any questions!