SafetyNet is a lightweight browser task manager built with plain HTML, CSS, and JavaScript. It keeps the experience fast, minimal, and useful.
- Added working task filters and search for quick lookup.
- Added due-soon highlighting and task sorting by due date.
- Added an edit/create modal for task management.
- Added a clear completed action and persistent local storage.
- Added Google sign-in support for a smoother onboarding flow.
- Google sign-in onboarding.
- Local browser storage for tasks and user context.
- Filter tasks by All, Pending, or Completed.
- Clear completed tasks in one click.
- Automatically highlight tasks due soon.
- Edit, delete, and complete tasks from the dashboard.
- Clone the repo:
git clone https://github.com/AtulSharmx/The-Full-Stack-Safety-Net.git
- Open the project in VS Code or your editor.
- Open
index.htmlin the browser or use Live Server. - Sign in with Google and start managing tasks.
- Task data is stored in
localStorage, so it persists in the same browser. - The app uses no frontend frameworks; it is built with pure web technologies.
If you'd like to add a feature or improve the design, send a pull request. This repo is meant for honest, incremental improvements.