Skip to content

amanvermaweb/coding-notes

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

82 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Coding Notes

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

Run Locally

1. Clone the repo

git clone https://github.com/amanvermaweb/coding-notes.git
cd coding-notes

2. (Optional but recommended) Create and activate a virtual environment

python -m venv venv
# Windows
venv\Scripts\activate
# macOS/Linux
source venv/bin/activate

3. Install dependencies

pip install -r requirements.txt

4. Start the local dev server

mkdocs serve

Now open localhost in your browser.

Support & Contribute

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.”

About

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.

Topics

Resources

License

Stars

Watchers

Forks

Contributors