Skip to content

I have created this repository to manage my Frontend Learning projects that i created while learning from Free Code Camp.

Notifications You must be signed in to change notification settings

zaidy-mughal/Frontend-Learning-Projects

Repository files navigation

Frontend Learning Projects Repository

Welcome to the Frontend Learning Projects Repository! This repository is designed to help you improve your frontend development skills through hands-on projects. Whether you're a beginner looking to get started or an experienced developer aiming to sharpen your skills, you'll find a variety of projects here to suit your needs.

Table of Contents

  1. Getting Started
  2. Projects
  3. Prerequisites
  4. Installation
  5. Contributing
  6. License

Getting Started

To get started with the projects in this repository, follow the instructions below. Each project has its own folder and contains a README file with specific instructions on how to set up and complete the project.

Projects

Here is a list of the projects available in this repository:

  1. Project 1: Cat Photo Website
    • Description: Build a Cat Photo website to learn basis structure and concepts of html.
    • Technologies: HTML

Each project folder contains:

  • A detailed README file with project description, requirements, and steps.
  • Starter code to help you get started quickly.

Prerequisites

Before you begin, make sure you have the following software installed on your machine:

  • Node.js (for some projects that require package management)
  • A code editor (such as VSCode)

Installation

  1. Clone the repository:

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

    cd frontend-learning-projects
  3. Install dependencies (if applicable): Each project may have its own set of dependencies. Navigate to the specific project folder and run:

    npm install
  4. Start the project: Follow the instructions in the project-specific README file to start working on the project.

Contributing

We welcome contributions! If you have a project idea or an improvement for an existing project, please follow these steps:

  1. Fork the repository: Click the "Fork" button at the top right of this page.

  2. Clone your forked repository:

    git clone https://github.com/your-username/frontend-learning-projects.git
  3. Create a new branch:

    git checkout -b my-new-feature
  4. Make your changes and commit them:

    git commit -am 'Add some feature'
  5. Push to the branch:

    git push origin my-new-feature
  6. Create a new Pull Request: Go to the original repository on GitHub and click the "New Pull Request" button.

License

This repository is licensed under the MIT License. See the LICENSE file for more information.


About

I have created this repository to manage my Frontend Learning projects that i created while learning from Free Code Camp.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published