Design comparison
Solution retrospective
Please do not hesitate to leave any comments or feedback that you have. Thank you so much.
Community feedback
- @mihedHPosted over 2 years ago
good job! ps: the graph with different color should be the graph of today it's not static. I did the same challenge but I'm struggling with hosting it on github . any help?
0@DimiPavlovPosted over 2 years ago@mihedH Hi and thank you so much for your feedback, I haven't seen any requirements about the graph colors not being static. In regards to the hosting:
- Install 'gh-pages' as dev dependency
- In your package.json add "homepage": "http://${your GitHub name}.github.io/${your project name}",
- Add in your package.json script: "predeploy": "npm run build", "deploy": "gh-pages -d build",
- Push all your new changes to git
- Run: npm run deploy
Thant's all, if you need more help, please check that video: https://www.youtube.com/watch?v=Q9n2mLqXFpU
0@mihedHPosted over 2 years ago@DimiPavlov hi! thank you very much for your help, it worked and you can see my solution if you want! here's the requirement I'm talking about:
- See the current day's bar highlighted in a different colour to the other bars
Marked as helpful1
Please log in to post a comment
Log in with GitHubJoin our Discord community
Join thousands of Frontend Mentor community members taking the challenges, sharing resources, helping each other, and chatting about all things front-end!
Join our Discord