Live Demo: https://reactcounter-4r4.pages.dev
A clean, functional Counter application built with React.js and Vite. This project demonstrates state management using hooks and a component-based architecture, deployed via Cloudflare Pages.
- Dynamic State: Uses
useStatefor real-time count updates. - Responsive UI: Clean, centered card layout designed with CSS.
- Zero-Latency: Optimized production build via Vite.
- Auto-Deploy: Integrated with GitHub Actions and Cloudflare for CI/CD.
- React.js
- Vite (Build Tool)
- CSS3 (Custom Styling)
- Cloudflare Pages (Hosting)
ReactCounter/
├── src/
│ ├── App.jsx
├── Counter.jsx
│ ├── main.jsx
│ └── index.css
├── vite.config.js
├── index.html
├── package.json
├── package-lock.json
└── wrangler.toml # Cloudflare configuration