Skip to content

iamchubko/devchallenges.io

Repository files navigation

devchallenges-projects-preview

Overview

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.

Solutions

All projects deployed under one domain on Firebase.

Each link will navigate you to the live demo of the project:



How To Use

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


Get in touch