jorgeguedess / devChallenges-button-component

Frontend challenges solved from https://devchallenges.io/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Button Component

Solution for a challenge from Devchallenges.io.

Table of Contents

Overview

screenshot

First project done by me using React.js, based on the challenge from the devChallenges website. Very happy with the result and I'm still more willing to dedicate myself more and more to this technology, I intend to improve it whenever necessary and I accept feedback :)

Built With

Features

This application/site was created as a submission to a DevChallenges challenge. The challenge was to build a componentization of buttons where the value can be passed through parameters and the end user will be able to modify it through a form.

How To Use

To clone and run this application, 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/Jorge-Guedes/devChallenges-button-component.git

# Install dependencies
$ npm install

# Run the app
$ npm run dev

Contact

About

Frontend challenges solved from https://devchallenges.io/


Languages

Language:TypeScript 63.5%Language:CSS 33.6%Language:HTML 2.6%Language:JavaScript 0.4%