Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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.

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`