An open API service indexing awesome lists of open source software.

https://github.com/subbotinroman/counterapp-react.js

Interactive counter with modern design.
https://github.com/subbotinroman/counterapp-react.js

html5 javascript react sass vite

Last synced: 2 months ago
JSON representation

Interactive counter with modern design.

Awesome Lists containing this project

README

          

# Counter-App (HTML / SASS / JS / REACT)

## Обзор 🌟
Простое приложение-счетчик с современным дизайном, позволяющее увеличивать и уменьшать значение счетчика с помощью интуитивно понятных кнопок.

### [Посмотреть демо 👈](https://subbotinroman.github.io/CounterApp-React.JS/)

ToDo-List preview

---

## Стек технологий ⚙️

![HTML5](https://img.shields.io/badge/html5-%23E34F26.svg?style=for-the-badge&logo=html5&logoColor=white)
![SASS](https://img.shields.io/badge/SASS-hotpink.svg?style=for-the-badge&logo=SASS&logoColor=white)
![JavaScript](https://img.shields.io/badge/JavaScript-323330?style=for-the-badge&logo=javascript&logoColor=F7DF1E)
![React](https://img.shields.io/badge/react-%2320232a.svg?style=for-the-badge&logo=react&logoColor=%2361DAFB)
![Vite](https://img.shields.io/badge/vite-%23646CFF.svg?style=for-the-badge&logo=vite&logoColor=white)

---

## Возможности 🚀

- Увеличение счетчика при нажатии кнопки “плюс” ➕
- Уменьшение счетчика при нажатии кнопки “минус” ➖

---

## Как запустить локально 💻

1. Клонируйте репозиторий:
```bash
git clone https://github.com/SubbotinRoman/CounterApp-React.JS.git
```

2. Перейдите в папку с проектом:
```bash
cd CounterApp-React.JS
```

3. Установить зависимости через npm:
```bash
npm install
```
или через yarn:
```bash
yarn
```

4. Запустите проект через npm:
```bash
npm run dev
```
или через yarn:
```bash
yarn dev
```