https://github.com/gvozdenkov/no-focus
https://github.com/gvozdenkov/no-focus
Last synced: 4 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/gvozdenkov/no-focus
- Owner: gvozdenkov
- Created: 2024-12-10T05:02:47.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-01-31T07:56:09.000Z (over 1 year ago)
- Last Synced: 2025-06-12T23:05:31.382Z (12 months ago)
- Language: HTML
- Homepage: https://gvozdenkov.github.io/no-focus/
- Size: 3.13 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# No Focus landing
HTML + CSS subgrid layout & vanilla JS. Light/Dark/auto color theme.
What to Do When You Can't Do Anything Or Why It's So Hard for Us to Concentrate, Especially When We
Really Need to
[Demo](https://gvozdenkov.github.io/no-focus)
[Figma design](https://www.figma.com/design/lCqDbWjgllgJtb2hmCqfyX/%236-%D0%A1%D0%BB%D0%BE%D0%B6%D0%BD%D0%BE-%D1%81%D0%BE%D1%81%D1%80%D0%B5%D0%B4%D0%BE%D1%82%D0%BE%D1%87%D0%B8%D1%82%D1%8C%D1%81%D1%8F?node-id=601-193&t=7lyXaAmn1q6GV3s6-0)
## Local Dev
Use Node `v20.18.0`
Install deps & prepare custom `git-hooks` for `lint-staged`.
[No need `husky` :)](https://habr.com/ru/articles/807763/)
```sh
npm run installAll
# run local dev
npm run dev
```