- 📖 About the Project
- 💻 Getting Started
- 👥 Authors
- 🔭 Future Features
- 🤝 Contributing
- ⭐️ Show your support
- 🙏 Acknowledgements
- ❓ FAQ (OPTIONAL)
- 📝 License
Pokedex - Module 2 Capstone is a simple Pokemon list web application using an existing API.
This project is a basic website that allows users see a list of pokemons in cards. Inside the cards the users are allowed to like the pokemon or add in the popup window displayed when clicking the comment button.
Client
- Use of APIs
- POST/GET methods with APIs
- Kanban Board
- Jest Testing library
To get a local copy up and running, follow these steps.
In order to run this project you need have the following installed:
- A web browser
- A code editor
- A terminal
- Git
- Node.jsClone this repository to your desired folder:
https://github.com/SnakyMz/Module-2-capstone.git
Install this project dependencies with:
cd into the folder and run `npm install`To run the project, execute the following command:
git clone https://github.com/SnakyMz/Module-2-capstone.git
To run tests, run the following command:
To test JavaScript:
run `npx eslint .`To test HTML:
run `npx hint .`To test CSS:
run `npx stylelint "**/*.{css,scss}" `You can deploy this project using:
GH Pages, publish the branch in git Hub pages
👤 Juan Diego Guerra (JD)
- GitHub: @JuanDiegoGuerra
- Twitter: @JdxElric147
- LinkedIn: LinkedIn
👤 Soban Syeed
- GitHub: @SnakyMz
- Twitter: @SobanSyeed
- LinkedIn: Soban Syeed
- Better Navigation
- Render extra information
- Add Contact section
Contributions, issues, and feature requests are welcome!
Feel free to check the issues page.
If you like this project... Please give a ⭐ to the repo and follow us.
I would like to thank my coding partner for putting a lot of effort building this project with me!
This project is MIT licensed.
