Skip to content

Commit 2f9dfe2

Browse files
committed
read me
1 parent b66a968 commit 2f9dfe2

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
# GitHub Tracker
22

3-
Replace this readme with your own information about your project.
4-
5-
Start by briefly describing the assignment in a sentence or two. Keep it short and to the point.
3+
This weeks project was to create a place to keep track of the GitHub repos that we're using at Technigo.
64

75
## The problem
86

9-
Describe how you approached to problem, and what tools and techniques you used to solve it. How did you plan? What technologies did you use? If you had more time, what would be next?
7+
To solve the problem we practiced JavaScript and learned more about API with the help of GitHubs own documentation.
8+
I started with looking deeper into the documentation and by using the fetch and forEach functions with the filter method I could get hold of the information that I wanted to display. I created a donut chart displaying all the finished projects and the ones I have left to do during this Boot Camp. After that I moved on to the styling of the website using mobile first method. I spend a lot of time getting the desktop view accordingly to my sketch and used both flex box and grid to get the result that I wanted. It was a really good practice for me to develope my styling skills and I am proud of the result especially for the repository cards.
9+
If I had more time I would have continued by adding an other chart and displaying more information on the site.
1010

1111
## View it live
1212

13-
Every project should be deployed somewhere. Be sure to include the link to the deployed project so that the viewer can click around and see what it's all about.
13+
https://github-tracker-camillaekman.netlify.app/

0 commit comments

Comments
 (0)