Made this repo for learning purposes,this repo contains small react projects from beginner to advanced levels,feel free contribute to this repo,read contribution guidelines to make a PR.
Anyone can contribute,make sure to comment your code well so the users know what you are doing.
-
fork this repo
gh fork https://github.com/ashish111333/LearnReact.git
-
clone this repo on your machine
git clone https://github.com/ashish111333/LearnReact.git
-
create a new branch
git checkout -b <your branch name>
-
add your project under one of the following directories
- Advanced
- basics
- Intermediate
-
make a pull request.
git push origin <your branch name>