nilu2039 /
scribblesaurus
This is a simple canvas drawing app made with the T3 Stack, which includes TypeScript, and NextJs. The app allows you to draw on a canvas using your mouse or touch input.
40/100 healthLoading repository data…
diogocapela / repository
A simple canvas drawing web app with responsive UI. Made with TypeScript, React, and Next.js.
A transparent discovery signal based on current public GitHub metadata.
This score does not audit code, security, maintainers, documentation quality, or suitability. Verify the repository and its current documentation before adoption.
A simple canvas drawing web application with responsive UI. Built using TypeScript, React, and Next.js.
Live demo: flatdraw.pages.dev
Copy the content of .env.example to a new .env file and fill in the required environment variables. You can get your Unsplash API keys here.
cp .env.example .env
Install all the dependencies.
npm install
Run the development server.
npm run dev
Open http://localhost:3000 with your browser to see the result.
Open source under the terms of the MIT License.
Selected from shared topics, language and repository description—not editorial ratings.
nilu2039 /
This is a simple canvas drawing app made with the T3 Stack, which includes TypeScript, and NextJs. The app allows you to draw on a canvas using your mouse or touch input.
40/100 healthchrisbrine /
A simple space battle game using NextJS / TypeScript along with canvas effects and dynamic SVGs
31/100 healthCodeLikeBA56 /
A simple React and Next.js project that shows how to implement Undo and Redo actions on a clickable canvas using two stacks.