/react-clicker

A simple react clicker for fun

Primary LanguageJavaScript

React Clicker

A simple react clicker for fun

A basic React app that allows one to click a button to increase a number and watch it grow.

Go here for live demo.

👨‍💻 Tech stack

Getting Started

These instructions will get you a copy of the project up and running on your local machine for development and testing purposes.

Prerequisites

  • Node
  • Npm

Type the following commands in the terminal to verify your node and npm versions

node -v
npm -v

Install

Follow the following steps to get development environment running.

  • Clone this repo
  • Install node modules using npm or yarn
cd react-clicker
npm install

⏰ TODO

  • Add localstorage
  • Add achievemnts
  • Add styles

🖐 Contributing

If you find any bug or want to propose a feature, feel free to open an issue or create a pull request.