A personal browser homepage built using HTML, CSS, and JavaScript.
It helps you stay organized every day with a live clock, notes, to-do list, and quick links β all in one place!
Visit at here
- π Personalized greeting based on time (Good Morning, Rohit!)
- π Live clock and date
- π Quick Notes section (auto-saves using LocalStorage)
- β Daily To-Do list (add, complete tasks)
- π Favorite links (Google, GitHub, Portfolio, etc.)
- π± Responsive and works on mobile
- πΎ No backend needed β fully browser-based and offline-ready
custom-homepage/ βββ index.html # Main HTML page βββ style.css # Styling βββ script.js # JS logic (time, tasks, notes)
- Clone or download this repo.
- Open
index.html
in your browser. - Start using your personal dashboard!
To publish online, host it on GitHub Pages:
- Push the code to your GitHub repo
- Go to Settings β Pages β Source β main branch β /root
- Done! Now access your homepage anywhere π
- π Dark mode toggle
- π€οΈ Weather widget (optional)
- ποΈ Task filtering and saving using LocalStorage
Rohit Yadav
the original link *** https://rohit-yadav5.github.io/custom-homepage/ ***
This project is open source and free to use for personal productivity.