https://github.com/developermithu/react-calculator
Build a calculator using React and Tailwind CSS
https://github.com/developermithu/react-calculator
react tailwindcss vite
Last synced: 23 days ago
JSON representation
Build a calculator using React and Tailwind CSS
- Host: GitHub
- URL: https://github.com/developermithu/react-calculator
- Owner: developermithu
- Created: 2023-02-13T14:21:28.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2023-02-13T14:23:25.000Z (about 3 years ago)
- Last Synced: 2025-03-29T11:28:39.615Z (about 1 year ago)
- Topics: react, tailwindcss, vite
- Language: JavaScript
- Homepage: https://react-vite-calculator.vercel.app
- Size: 19.5 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## Getting Started
```bash
git clone https://github.com/developermithu/react-calculator
cd react-calculator
npm install
npm run dev
```