Skip to content

Latest commit

 

History

History
97 lines (62 loc) · 3.18 KB

File metadata and controls

97 lines (62 loc) · 3.18 KB

My Beginner React Projects

wakatime

A collection of my beginner React projects to practice and showcase my skills.

Projects Overview

Accordion

Screenshot

Color Generator

Screenshot

Star Rating App

Screenshot

Image Slider app

Screenshot

Contact Form

Screenshot

Github Finder

Screenshot

Product List with Cart

Screenshot

Dev CV Maker

Screenshot

Moive App

Screenshot

Recursive Navigation

Screenshot

How to Use This Repository

  1. Clone the repository:
    git clone https://github.com/MahmoodHashem/beginner-react-projects.git
  2. Navigate to the desired project directory:
    cd beginner-react-projects
    cd desired-project-name
  3. Install dependencies:
    npm install
  4. Start the Project
    npm run dev