Skip to content

AlienQ7/ReactCounter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

React Counter Application

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.

🚀 Features

  • Dynamic State: Uses useState for 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.

🛠️ Technologies Used

  • React.js
  • Vite (Build Tool)
  • CSS3 (Custom Styling)
  • Cloudflare Pages (Hosting)

📂 Project Structure

ReactCounter/
├── src/
│   ├── App.jsx
    ├── Counter.jsx
│   ├── main.jsx       
│   └── index.css      
├── vite.config.js           
├── index.html         
├── package.json
├── package-lock.json   
└── wrangler.toml      # Cloudflare configuration

About

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.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages