https://github.com/tikrack/react_counter
a react counter project with react and tailwind
https://github.com/tikrack/react_counter
Last synced: 12 months ago
JSON representation
a react counter project with react and tailwind
- Host: GitHub
- URL: https://github.com/tikrack/react_counter
- Owner: tikrack
- Created: 2024-10-19T12:25:28.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-10-19T12:34:30.000Z (over 1 year ago)
- Last Synced: 2025-03-15T02:35:46.189Z (about 1 year ago)
- Language: JavaScript
- Size: 25.4 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Counterđź’»
Hi this project is a counter with react js and tailwind css
this is my first project with react
this project is very easy for all but :
# Use
run this command in terminal for install js package:
```shell
npm i
```
and run this for serve the project:
```shell
npm run dev
```