https://github.com/triptigithub/fitpeo2
https://github.com/triptigithub/fitpeo2
Last synced: 3 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/triptigithub/fitpeo2
- Owner: Triptigithub
- Created: 2025-06-17T16:37:34.000Z (11 days ago)
- Default Branch: main
- Last Pushed: 2025-06-17T16:44:46.000Z (11 days ago)
- Last Synced: 2025-06-17T17:46:41.401Z (10 days ago)
- Language: JavaScript
- Homepage: https://fitpeo2.vercel.app/
- Size: 43 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 🌍 Design Declares UK — React Frontend
A responsive, animated React-based web interface for **Design Declares UK**, a climate and ecological awareness initiative. This platform encourages designers, agencies, and institutions to declare a design emergency and take part in regenerative actions.
## 📦 Features
- 🎬 **Animated Hero Section** using `framer-motion`
- ✉️ **Newsletter Signup** with form validation
- 📈 **Live Counter Animation** on scroll
- 📝 **Declaration Form** for individuals, businesses, and institutions
- 💡 **8 Acts of Emergency** to educate and inspire action
- 🤝 **Signatory List** with over 500+ names and growing
- 💸 **Donate Section** for supporting the initiative
- ⚡ **Responsive Design** with modern CSS modules## 🛠 Tech Stack
- **React.js** (with functional components & hooks)
- **CSS Modules** for scoped styling
- **Framer Motion** for animation
- **React Intersection Observer** for scroll-based triggers
- **Fontsource** for custom fonts (`anton` used)
- **Email field validation** using native HTML5## 🚀 Setup Instructions
```bash
# Clone the repo
git clone https://github.com/your-username/design-declares-frontend.git
cd design-declares-frontend# Install dependencies
npm install# Start the development server
npm run dev