The repository is dedicated to my solutions for designs from devChallenges. I reproduce design with code almost pixel perfectly and often add personal touches to add character or improve the overall experience.
All projects have been built with responsiveness in mind, mostly with mobile-first approach. The early ones have been created with SCSS
and JS
. Now, my focus shifted towards React
, Next.js
and such.
Each folder represents a solution. Below you can find a quick overview of solutions with accompanying notes. The order starts from the most advanced projects. For further info, navigate to the directory of interest and read accompanying readme.md
.
All projects deployed under one domain on Firebase
.
Each link will navigate you to the live demo of the project:
- Latest and greatest
- Country Quiz /
React
,Next.js
, RESTful API - Quote Generator /
React
, RESTful API - Recipe Page
- Country Quiz /
- The rest
- Edie Homepage / Full landing page
- My Gallery / Cool image hover animations
- Interior Consultant
- Button Component / Test of
React
- My Team Page
- 404 Not Found
To clone and run this page, you'll need Git and Node.js (which comes with npm) installed on your computer. From your command line:
# Clone this repository
$ git clone https://github.com/iamchubko/devchallenges.io
# Install dependencies
$ npm install
# Run the app
$ npm start
- Telegram @chubko
- devChallenges @iamchubko