Welcome to Coding Notes, my personal coding notes hub for mastering HTML, CSS, JavaScript, and more.
This repo serves as a well-organized, beginner-to-advanced reference guide that you can always come back to when you need a quick refresh or deep dive.
Live Site: Coding Notes
git clone https://github.com/amanvermaweb/coding-notes.git
cd coding-notespython -m venv venv
# Windows
venv\Scripts\activate
# macOS/Linux
source venv/bin/activatepip install -r requirements.txtmkdocs serveNow open localhost in your browser.
If you find this helpful:
- ⭐️ Star the repo
- 📝 Open issues or pull requests with improvements
“The best way to learn to code is to write code.”