Assignment
Where is this repository for?
What's the goal of this repository?
Project
Installation
Rubric
Commits
Resources
License
This repository is for my lessons from tech track from the education Communication and Multimedia Design from the HvA.
In this repository I've made a visualization of data fetched from the PokeAPI using D3. This data will be presented in a bar chart.
Clone this repository to your own device:
git clone https://github.com/ROEL2407/Frontend-Applications.git
After that, use the following command to go to the app:
cd ./pokemoncharts
Use the following command to install the packages:
npm install
Then, use the following command to start the app locally in your browser:
npm start
For this assignment I'm being rated on the folllowing points:
In this repo I will commit my work. To make this more visible for myself and others I've added little headers to the commit titles:
- Created = a file is created
- Added = added a piece of code
- Updated = updated a file or piece of code
- Remove = removed a piece of code
- Delete = deleted a file
- Our teachers at the Tech Track from CMD (specificly Angelo for coping with my many questions).
- My support group.
- My fellow students who've helped me resolving some problems and learning me new types of tricks.
- Stackoverflow for giving me the answer that I could tweak or that helped me understand my problem in the code better.
Usage is provided under the MIT License. See LICENSE for the full details.