This repository contains my learning journey with Next.js — including all the notes, experiments, and mini projects I built while exploring the framework.
- ✅ Practice projects
- ✅ Code snippets
- ✅ Core concept experiments
- ✅ Personal notes on Next.js features
Everything here is structured to help reinforce learning through hands-on code and references.
git clone https://github.com/Radhikaa-chauhan/nextjs-learning-hub.git
cd nextjs-learning-hub
# Open any folder (e.g., a project or note-based experiment)
cd example-project
npm install
npm run dev
Each folder is standalone and can be explored independently.
🙋♀️ Why This Repo?
I created this repo to:
Practice what I learn by building
Keep all my Next.js notes and code in one place
Track my growth over time
🙌 Author
Radhika Chauhan
📍 Frontend Developer & Learner
📄 License
This repository is open source and available under the MIT License.
Let me know if you want to add:
- A minimal banner or emoji section
- GitHub repo badges (optional)
- Or convert it into a GitHub Pages site later!