Skip to content

Latest commit

 

History

History
37 lines (24 loc) · 1.68 KB

README.md

File metadata and controls

37 lines (24 loc) · 1.68 KB

Fancy Buttons

Fancy Buttons is a simple React app that showcases dynamic styling and interactive buttons:

  • Angry Button
  • Counter Button
  • Light Switch Button
  • Text Repeater Button

Final Product

Video of functionality:

button-functionality-video.mp4

Screenshot:

"Screenshot"

Purpose

This project was created by me as part of my learnings at Lighthouse Labs.

A note about create-react-app

For larger, production-ready applications, React's official documentation and best practices now recommend other ways to Start a New React Project

As this was a small project to further explore React's core concepts and principles, with no plans to scale it up or customise it further, it's been bootstrapped with Create React App which still provides a straightforward way to quickly spin up a functional React app for learning purposes.

Getting Started

  • Fork this repository to your own GitHub account.
  • Clone your fork onto your local device.
  • Install all dependencies using the npm i (or npm install) command.
  • Start the web server using the npm start command. The app will be served at http://localhost:3000.
  • Navigate to http://localhost:3000 in your browser.
  • Start clicking some buttons! 😃