A React-based website for the Women in Ethereum Protocol Study Group, providing information about the community, resources, and how to join the program.
Screen.Recording.2025-09-22.at.4.53.05.PM.mp4
The WiEP Study Group is a community committed to bringing gender diversity within the Ethereum ecosystem. This website serves as the main hub for information about the program, resources for learning the Ethereum protocol, and community guidelines.
- Responsive Design: Works seamlessly across desktop, tablet, and mobile devices
- Modular Architecture: Clean component-based structure for easy maintenance
- Interactive Navigation: Smooth section switching without page reloads
- FAQ Section: Expandable questions and answers
- Resource Library: Curated links to Ethereum protocol resources
- Social Media Integration: Direct links to Discord, Twitter, and GitHub
- React: Frontend framework with hooks (useState)
- Tailwind CSS: Utility-first CSS framework for styling
- Lucide React: Icon library for UI elements
- JavaScript ES6+: Modern JavaScript features
-
Clone the repository
git clone <repository-url> cd wiep-website
-
Install dependencies
npm install # or yarn install -
Start the development server
npm start # or yarn start -
Open your browser Navigate to
http://localhost:3000to view the website