yasinatesim / react-counter-up

I did for see React state management

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

I did for see React state management

License:MIT License


Languages

Language:CSS 34.2%Language:HTML 33.4%Language:JavaScript 32.4%