Skip to content

TheShiveshNetwork/Pokedex

main
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
src
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Pokedex Website

Live Site

Our Awesome Contributors

Want to contribute?

We welcome contributions.

  1. Fork the Project
  2. Clone your forked repository
git clone https://github.com/TheShiveshNetwork/Pokedex.git
  1. Run the following command to change the working directory
cd pokedex
  1. Run the following command to install all the dependencies
npm install

or

npm i
  1. Now go ahead and create a new branch and move to the branch
git checkout -b <branch-name>
  1. After you have added your changes, follow the following command chain Check the changed files
git status -s
  • Add all the files to the staging area
git add .
  1. Commit your changes (add decent message )
git commit -m "<EXPLAIN-YOUR_CHANGES>"
  1. Push your changes
git push origin <branch-name>
  1. Open a Pull Request
  • Make a pull request! (compare your branch with the owner main branch)

Pull requests guidlines

You're pull request must :

  1. Have valid code that works without any sort of bugs

  2. Please don't make duplicated pull request, just give mainainers some time and you're PR is going to be reviewd

  3. If you're adding dependendices than please consider using an .gitignore to ignore the node_modules folder and any non-needed files

About

A web app to display pokemons using the pokeapi.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published