Skip to content

paarthbhatt/My-Projects

Repository files navigation

My Projects

A collection of beginner-friendly tutorial projects built using HTML, CSS, and JavaScript, C++ and React. These projects are part of a project-based learning approach to enhance frontend development skills by working on real-world examples.

Table of Contents

Overview

This repository contains various small projects aimed at teaching fundamental concepts of web development. Each project focuses on specific features or techniques, such as styling, interactivity, or working with DOM elements. These projects are suitable for beginners looking to build a strong foundation in HTML, CSS, and JavaScript.

-Elon Musk Portfolio -Sample Website -NEAR meme duel -Javascript Annotations -CSS cheatsheet -Launched Classes Material

Installation

  1. Clone the repository:

    git clone https://github.com/your-username/tutorial-projects.git
  2. Navigate to the project folder:

    cd tutorial-projects
  3. Open any project folder and launch the index.html file in your browser.

Usage

Each project is self-contained and can be run directly in the browser:

  • Navigate to the desired project folder.
  • Open index.html in your browser to view and interact with the project.
  • Review the accompanying code for learning purposes.

Technologies Used

  • HTML5: Structuring web content.
  • CSS3: Styling and animations.
  • JavaScript: Adding interactivity and functionality.
  • React: Javascript Framework

Learning Outcomes

By completing these projects, you will:

  • Understand the basics of HTML, CSS, and JavaScript.
  • Learn how to manipulate the DOM and handle user events.
  • Gain experience in designing responsive layouts.
  • Explore API integration and asynchronous programming.
  • Develop problem-solving skills through hands-on practice.

Contributing

Contributions are welcome! If you have ideas for new tutorial projects or improvements to existing ones:

  1. Fork the repository.

  2. Create a new branch:

    git checkout -b feature-name
  3. Commit your changes and push to the branch:

    git commit -m "Description of changes"
    git push origin feature-name
  4. Submit a pull request.

License

This repository is licensed under the MIT License.


About

list of personal tutorial projects

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published