Skip to content

Latest commit

 

History

History
32 lines (20 loc) · 949 Bytes

File metadata and controls

32 lines (20 loc) · 949 Bytes

Hackathon Project

This project was created as part of a two-day hackathon challenge to build a Chrome extension that solves a real-world problem users may find useful.

Problem

Many websites either do not provide a dark mode option or have poor readability in low-light environments. Users often experience eye strain when browsing bright webpages for long periods of time.

Solution

A dark mode reader Chrome extension that applies a darker color theme to webpages to improve readability and create a more comfortable browsing experience.

Tech Stack

  • JavaScript
  • jQuery
  • CSS

Features

  • Applies a dark mode theme to webpages
  • Improves readability in low-light settings
  • Toggle dark mode directly from the Chrome toolbar
  • Lightweight and simple browser extension

Stretch Goals

  • Add adjustable contrast sliders
  • Create a user interface/settings panel
  • Add customizable color themes
  • Improve accessibility options