Skip to content

kambleaa007/KittyCat

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

47 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Deployed KittyCat App Link is HERE

Local Development :

  1. Clone and then Fork This Project from https://github.com/kambleaa007/KittyCat -

  2. Open Your Command Line or Terminal and type -

git clone https://github.com/<YOUR USERNAME>/KittyCat.git
  1. change the current working directory to the project -
cd KittyCat
  1. Install all the dependencies -
npm install
  1. Run the application in local server -
npm start
  1. You can now view the project in your browser at http://localhost:3000

That's it 🥳🥳🥳, You have setup this project in your machine.
Happy coding !!!

Contribution :

Hello Mates,we are looking for active contribution.If you find any Bugs🐛🐛 or to add any feauture, Kindly ,

  • create a issue or pick any issues from issues section
  • setup this project in your machine
  • Start Code
  • Creat a new branch
git checkout -b `branch name`
  • push your code
git push origin `branch name`
  • Create a pull request to main branch
  • 🎉 Have patience till we review your PR 🎉

Note : Each and every minute contribution helps this project.Thank you!!!