A totally responsive web app that connects to an API to retrieve and save data from the Pokemon collection. Made with plain Javascript and served with Webpack. You can retrieve a list of Pokemons, submit comments and likes. All actions are saved and persisted in the API. Pagination is being added at a later update.
https://meltrust.github.io/pokeflix/
- Plain Javascript ✔️
- Webpack ✔️
- CSS3 ✔️
- HTML5 ✔️
- Api calls with Curl and Postman ✔️
- More general styling.
- More Pokemons.
- Pagination.
- Auth.
To get a local copy up and running follow these simple example steps:
- Under the repository name, click the Clone or download green button.
-
Copy the URL given by clicking the clipboard button
-
Open a terminal window in your local machine and change the current directory to the one you want the clone directory to be made.
-
Type git clone and the paste the URL you previusly copied to the clipboard
-
Change the current directory to the newly created folder
-
In your terminal,
npm install
to install the dependencies. -
Now run
npm start
and the app should appear on your browser.
👤 Miguel Tapia
- Github: @meltrust
- Linkedin: linkedin
- Or talk to me directly at: original.mtapia@outlook.com
👤 Amal Hersi
- GitHub: Amal Hersi
- Twitter: @Amalcx4
- LinkedIn: Amal Hersi
🤝 Contributions, issues and feature requests are welcome!
Feel free to check the issues page.
Give a ⭐️ if you like this project!
- Hat tip to anyone whose code was used
- Inspiration
- etc
📝 This project is MIT licensed.