When I joined Rotaract Club of Kathmandu, I realized the club didn't have a proper website. So I built one.
Not because anyone asked me to. Just felt like something that needed to exist.
Live site: rackathmandu-alpha.vercel.app
A full website for the club — frontend built with React, backend with Django.
Members can see club info, events, and everything the club is about.
rackathmandu/
│
├── backend/ # Django backend
├── rotaractKtm_website/ # React frontend
- React — frontend
- Django — backend
- Python — server side logic
- Vercel — deployment
# Clone
git clone https://github.com/aadityaKS1/rackathmandu
cd rackathmandu
# Frontend
cd rotaractKtm_website
npm install
npm start
# Backend
cd backend
pip install -r requirements.txt
python manage.py runserverBuilt by Aaditya Kumar Singh — LinkedIn