Skip to content

gsunil99/mi-clone

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Learn React with MI-clone GitHub stars GitHub forks GitHub last commit Open Source Love

Implemented mi-clone website for learning react

Backend:- data json file

Frontend:- React.js, HTML, CSS, Bootstrap.

How to run the project!

- Clone the project

git clone "https://github.com/gsunil99/mi-clone.git" npm i

- Run the index.js file

npm run start

Want to Contribute, if you find any bug or want to upgrade a feature,

Follow these steps:

  • Fork the project.

  • Clone the repository to your local environment.

    $ git clone "https://github.com/gsunil99/mi-clone.git"

  • Make new changes, commit the changes and upload that to your GitHub.

    $ git add .

    $ git commit -m "Commit message"

    $ git push origin branch-name

  • Send a pull request to the project repo, make sure you have updated your repository and is not overriding the existing code on the project repository.

Happy Coding.