Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/croosh/notionbannermaker
A simple web app to design notion banners.
https://github.com/croosh/notionbannermaker
canvas notion react typescript
Last synced: 25 days ago
JSON representation
A simple web app to design notion banners.
- Host: GitHub
- URL: https://github.com/croosh/notionbannermaker
- Owner: Croosh
- Created: 2024-08-11T16:12:13.000Z (3 months ago)
- Default Branch: master
- Last Pushed: 2024-08-12T10:07:49.000Z (3 months ago)
- Last Synced: 2024-10-12T12:02:06.966Z (25 days ago)
- Topics: canvas, notion, react, typescript
- Language: TypeScript
- Homepage:
- Size: 83 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Notion Banner Generator
A simple web app with React to design banners for Notion pages.
## Goals
Major Goals for the project:
- Learn HTML Canvas API
- React Context Hook## Roadmap
- [x] Refactor
- [ ] More Refactoring
- [ ] Responsive Canvas
- [ ] Clean Up the UI
- [x] Fonts and Size
- [ ] Image as Background## Development
1. Clone the Repo
2. Run `bun i` , `npm i` or use any package manager of your choice
3. Run the Development server by running `bun run dev` or `npm run dev`