/react-counter-up

I did for see React state management

Primary LanguageCSSMIT LicenseMIT

React Counter Up

npm version

This project is basic counter up app via React.

This project was developed for improve myself.


Demo URL


Features

  • SCSS is used for coding css more effectively and easily
  • BEMCSS is used from CSS naming convention Development with Airbnb, which is often a reasonable approach to JavaScript.
  • Find and fix problems in your JavaScript code with Eslint.
  • Beautify code with Prettier.
  • Lint code and can prevent bad git with Lint Staged and Husky tools.

How to Use

1- Clone this repository

git clone https://github.com/yasinatesim/react-counter-up.git

2- Install the project dependencies

cd react-counter-up
npm install

Development Version

npm start

Production Version

npm run build

Lint

npm run lint

License

License