An open API service indexing awesome lists of open source software.

https://github.com/triptigithub/fitpeo2


https://github.com/triptigithub/fitpeo2

Last synced: 3 days ago
JSON representation

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