- 📖 About the Project
- 💻 Getting Started
- 👥 Authors
- 🔭 Future Features
- 🤝 Contributing
- ⭐️ Show your support
- 🙏 Acknowledgements
- ❓ FAQ
- 📝 License
Pokedex is a JavaScript single-page Application, Built using ES6 features and Webpack bundler, notably modules, and consumes the PokeAPI using JavaScript async/await.
Languages & bundlers
- js
- ES6
- webpack
- Jest
Server
- Gethub Pages
- Netlify
Database
- PokeAPI
- Use GitFlow.
- Single page application.
- Use ES6 syntax.
- Consume app data from API.
Walking through the pokedex project.
To get a local copy up and running, follow these steps.
In order to run this project you need:
- Install Node.js.
- Visual Studio Code or equivalent.
- Internet Browser
Clone this repository to your desired folder:
- cd my-folder
- git clone https://github.com/hernandanielzamora/Javascript-Capstone.git
Install this project with:
- cd my-project
- git config --global --add safe.directory my-directory/my-folder/my-project
To run the project, execute the following command:
- code .
- git status
- npm init
- npm install
- npm i webpack
- npm start
To run tests, run the following command:
npm test
You can deploy this project using:
- Github Pages.
- Netlify.
👤 Hernán Zamora
- GitHub: @hernandanielzamora
- Twitter: @HernanZamora14
- LinkedIn: Linkedin
👤 Abdelaziz Ali
- GitHub: @Abdelaziz-Ali
- Twitter: @AbdelazizDV
- LinkedIn: in/abdelaziz-mahdi
👤 Nabeel Ahmed
- GitHub: @Metaverse-Nabeel
- Twitter: @Nabeel129
- LinkedIn: @Nabeel129
- Style final touches.
Contributions, issues, and feature requests are welcome!
Give a ⭐️ if you like this project!
Templete used in project provided by (Microverse)!
This project is MIT licensed.