This web displays characters from the Pokemon universe through the Pokeapi and allows to post likes, comments and reservations thanks to the Involvement API, which also allow the page to show a counter of these posts. The project was built using SCSS, JS, HTML and Webpack and tested through Jest.
- HTML
- SASS
- JavaScript
- Webpack
For a live demo of the project click here.
To see our presentation of the project click here.
If you haven't yet, you should first set up Git. Don't forget to set up authentication to GitHub.com from Git as well.
To get a local copy of the project, follow these steps:
- Open the terminal and navigate to the folder where you would like to put these files.
- Type the following commands into the terminal:
git clone https://github.com/fed1k/KanbanBoard
cd KanbanBoard
- Install webpack
- Required to run
npm init -y
- Webpack
npm install webpack webpack-cli --save-dev
- HTML plugin
npm install --save-dev html-webpack-plugin
- CSS plugin
npm install --save-dev style-loader css-loader
- Live Server
npm install --save-dev webpack-dev-server
For the Live Server || http://localhost:8080/
npm start
👤 Augusto Galindo
- GitHub: @jsug9
- LinkedIn: Augusto Galindo
👤 Firdavs Allamurotov
- GitHub: @fed1k
- LinkedIn: Firdavs Allamurotov
👤 J. Luis Arredondo
Contributions, issues, and feature requests are welcome!
Feel free to check the issues page.
Give a ⭐️ if you like this project!
- Thanks to our peers who are always there to offer support.
This project is MIT licensed.