You are browsing as a guest. Sign up (or log in) to start making projects!

NovaTab

  • 6 Devlogs
  • 3 Total hours

A modern and customizable browser start page designed to make every new tab useful. NovaTab combines search, productivity tools, weather updates, quick links, and a clean interface into one dashboard. Features: Smart search bar Weather widget To-do list Quick access shortcuts Modern responsive design Customizable dashboard Built with HTML, CSS, and JavaScript.

Ship #1

A modern and customizable browser start page designed to make every new tab useful. NovaTab combines search, productivity tools, weather updates, quick links, and a clean interface into one dashboard. Features: Smart search bar Weather widget To-do list Quick access shortcuts Modern responsive design Customizable dashboard Built with HTML, CSS, and JavaScript.

Try project → See source code →
Open comments for this post

17m 35s logged

NovaTab – Devlog #6

This update focuses on deployment and project documentation improvements.


New Changes

  • Project successfully deployed using GitHub Pages
  • Live version is now publicly accessible online
  • Created a clean and structured README.md file
  • Improved project presentation and documentation clarity

Improvements

  • Better project visibility with live hosting
  • More professional repository structure
  • Clear usage instructions and feature overview in README

Notes

NovaTab is now fully accessible as a web app and properly documented for users and contributors.

0
Original post
@Greg_ios

NovaTab – Devlog #6

This update focuses on deployment and project documentation improvements.


New Changes

  • Project successfully deployed using GitHub Pages
  • Live version is now publicly accessible online
  • Created a clean and structured README.md file
  • Improved project presentation and documentation clarity

Improvements

  • Better project visibility with live hosting
  • More professional repository structure
  • Clear usage instructions and feature overview in README

Notes

NovaTab is now fully accessible as a web app and properly documented for users and contributors.

Replies

Loading replies…

0
5
Open comments for this post

33m 56s logged

NovaTab – Devlog #5

Refactored and expanded NovaTab into a more structured productivity dashboard.

New Features

  • Added To-Do system with localStorage (create, toggle, delete tasks)
  • Added Calendar widget with monthly navigation and current day highlight

Refactoring / Structure

  • Split project into separate files:
    • index.html
    • styles/style.css
    • scripts/app.js
  • Cleaner separation of UI, logic, and styling

Improvements

  • Better project organization and scalability
  • Improved layout consistency
  • Persistent state for links and tasks via localStorage
  • Smoother widget interaction (search, calendar, to-do)
0
Original post
@Greg_ios

NovaTab – Devlog #5

Refactored and expanded NovaTab into a more structured productivity dashboard.

New Features

  • Added To-Do system with localStorage (create, toggle, delete tasks)
  • Added Calendar widget with monthly navigation and current day highlight

Refactoring / Structure

  • Split project into separate files:
    • index.html
    • styles/style.css
    • scripts/app.js
  • Cleaner separation of UI, logic, and styling

Improvements

  • Better project organization and scalability
  • Improved layout consistency
  • Persistent state for links and tasks via localStorage
  • Smoother widget interaction (search, calendar, to-do)

Replies

Loading replies…

0
3
Open comments for this post

47m 50s logged

NovaTab – Devlog #4

Added customizable Quick Links powered by localStorage.

New Features

  • Added custom quick links section
  • Users can add their own links directly from the UI
  • Links are saved with localStorage and persist between sessions
  • Right-click to remove saved links
  • Added show/hide panel for managing links

Improvements

  • Improved bottom navigation layout
  • Added weather API error handling
  • Cleaned up UI interactions and styling

Next Steps

  • To-do list with localStorage
  • Light/Dark theme toggle
  • Better weather icons and location display
  • Settings panel
0
Original post
@Greg_ios

NovaTab – Devlog #4

Added customizable Quick Links powered by localStorage.

New Features

  • Added custom quick links section
  • Users can add their own links directly from the UI
  • Links are saved with localStorage and persist between sessions
  • Right-click to remove saved links
  • Added show/hide panel for managing links

Improvements

  • Improved bottom navigation layout
  • Added weather API error handling
  • Cleaned up UI interactions and styling

Next Steps

  • To-do list with localStorage
  • Light/Dark theme toggle
  • Better weather icons and location display
  • Settings panel

Replies

Loading replies…

0
3
Open comments for this post

26m 37s logged

NovaTab – Devlog #3

Improved NovaTab into a more functional productivity dashboard.

New features

  • Added real-time weather using Open-Meteo API
  • Integrated browser geolocation for automatic location detection
  • Expanded command system with shortcuts:
    • /git GitHub search
    • /ytb YouTube search
    • /r Reddit search
    • /chat OpenAI chat shortcut
    • /mail Gmail access
  • Improved overall UX flow for faster search interactions

Improvements

  • Cleaner UI spacing and structure
  • Better input handling (Enter key support)
  • More consistent command behavior across features

Next steps

  • Add quick links section
  • Improve weather widget UI (icons + styling)
  • Add local storage for personalization
  • Add theme (dark/light toggle)
4
Original post
@Greg_ios

NovaTab – Devlog #3

Improved NovaTab into a more functional productivity dashboard.

New features

  • Added real-time weather using Open-Meteo API
  • Integrated browser geolocation for automatic location detection
  • Expanded command system with shortcuts:
    • /git GitHub search
    • /ytb YouTube search
    • /r Reddit search
    • /chat OpenAI chat shortcut
    • /mail Gmail access
  • Improved overall UX flow for faster search interactions

Improvements

  • Cleaner UI spacing and structure
  • Better input handling (Enter key support)
  • More consistent command behavior across features

Next steps

  • Add quick links section
  • Improve weather widget UI (icons + styling)
  • Add local storage for personalization
  • Add theme (dark/light toggle)

Replies

Loading replies…

0
21
Open comments for this post

17m 40s logged

NovaTab – Devlog #2

Improved the overall design and user experience of NovaTab.

Changes

  • Added a modern dark gradient background
  • Redesigned the search bar with a glass-like style
  • Improved spacing and typography
  • Added smooth hover and focus animations
  • Refined the clock and date display

Next

  • Quick links
  • To-do list
  • Weather widget
0
Original post
@Greg_ios

NovaTab – Devlog #2

Improved the overall design and user experience of NovaTab.

Changes

  • Added a modern dark gradient background
  • Redesigned the search bar with a glass-like style
  • Improved spacing and typography
  • Added smooth hover and focus animations
  • Refined the clock and date display

Next

  • Quick links
  • To-do list
  • Weather widget

Replies

Loading replies…

0
11
Open comments for this post

18m 40s logged

NovaTab – Devlog #1

Started building NovaTab, a custom new tab page for productivity.

Done so far:

  • Basic layout with HTML/CSS/JS
  • Centered UI with Flexbox
  • Live clock and date using JavaScript Date
  • Working search bar with Google redirect
  • Enter key support for search

Next steps:

  • Add quick links
  • Improve UI (dark mode / styling)
  • Add to-do list (localStorage)
  • Weather API integration
0
Original post
@Greg_ios

NovaTab – Devlog #1

Started building NovaTab, a custom new tab page for productivity.

Done so far:

  • Basic layout with HTML/CSS/JS
  • Centered UI with Flexbox
  • Live clock and date using JavaScript Date
  • Working search bar with Google redirect
  • Enter key support for search

Next steps:

  • Add quick links
  • Improve UI (dark mode / styling)
  • Add to-do list (localStorage)
  • Weather API integration

Replies

Loading replies…

0
10

Followers

Loading…