Followers are not Fans!
Fans Arena is a transparent, global platform where real football fans can register their support for their favorite clubs—openly and easily. For the first time, team popularity and rankings are revealed by real fans, for real fans.
This is the frontend (React) of Fans Arena, developed as the final project for the Ironhack Web Development Bootcamp by Pedram Ghane (Full Stack Developer).
Tech stack:
- React
- Tailwind CSS
- shadcn/ui
- axios
- react-hook-form
- lucide-react (icons)
- Vite (or CRA, specify your actual build tool)
- ...and more
Live Demo: fansarena.netlify.app
- Modern, responsive UI for football fan engagement
- Live leaderboards and club rankings
- User profile management
- Authentication & registration flows
- Admin dashboard access (demo)
- Optimized for performance and UX
- Node.js (v18+ recommended)
- npm or yarn
- Backend API (running separately – see fans-arena-server)
Clone this repository:
git clone https://github.com/iampedi/fansarena-client
cd fansarena-client
npm install