As the title says, this project is a responsive clone of Dribbble website.
I created this project to practice front-end skills. This project is responsive and built with HTML, SASS and JS. For now, it only includes "Dribbble Home page".
Here's demo link:
https://nooshing.github.io/DribbbleClone/
and sorce code is available:
https://github.com/NooshinG/DribbbleClone
I used flex and Grid to create the layout of the page, and I also used MediaQuery to make it responsive. Images and information about them are taken from the Art Institute of Chicago API. I used FetchAPI to get data from this API.
Working with flex, grid, fetchAPI and responsivity was exciting for me and made my coding better (though not clean).