https://github.com/alexdredmon/notchbegone
Notchless background generator (React/Python)
https://github.com/alexdredmon/notchbegone
background generator image notch python react
Last synced: about 1 month ago
JSON representation
Notchless background generator (React/Python)
- Host: GitHub
- URL: https://github.com/alexdredmon/notchbegone
- Owner: alexdredmon
- License: mit
- Created: 2022-01-22T22:11:08.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2024-04-21T16:23:22.000Z (about 2 years ago)
- Last Synced: 2025-12-27T00:28:55.627Z (6 months ago)
- Topics: background, generator, image, notch, python, react
- Language: JavaScript
- Homepage: https://notchbegone.com
- Size: 3.82 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Notch Be Gone 💻
[](https://github.com/alexdredmon/notchbegone/actions/workflows/firebase-hosting-merge.yml)
Dress up your notch with a smart looking dark title bar, custom tailored to your image - no installation required.
https://notchbegone.com
## Requirements
- [Yarn](https://yarnpkg.com/en/) - Builds and runs frontend application
- [Docker Desktop](https://www.docker.com/products/docker-desktop) - Builds and runs API container
## Setup
1. (Optional) Build API container (you can alternatively point to the production API in web/.env)
```bash
docker-compose build
docker-compose up api
```
2. Build frontend application
```bash
cd web
yarn
```
3. Run frontend application
```bash
yarn start
```
4. (Optional) Run frontend tests
```bash
cd web
yarn test
```
## Demo
When run, the app should look like this:

