Fancy Buttons is a simple React app that showcases dynamic styling and interactive buttons:
- Angry Button
- Counter Button
- Light Switch Button
- Text Repeater Button
Video of functionality:
button-functionality-video.mp4
Screenshot:
This project was created by me as part of my learnings at Lighthouse Labs.
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.
- Fork this repository to your own GitHub account.
- Clone your fork onto your local device.
- Install all dependencies using the
npm i
(ornpm 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! π