• Stars
    star
    729
  • Rank 62,157 (Top 2 %)
  • Language
    TypeScript
  • License
    MIT License
  • Created over 1 year ago
  • Updated 6 months ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

A simple canvas drawing web app with responsive UI. Made with TypeScript, React, and Next.js.

Flatdraw

A simple canvas drawing web application with responsive UI. Built using TypeScript, React, and Next.js.

Live demo: flatdraw.com

Requirements

Getting started

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.

License

Open source under the terms of the MIT License.

More Repositories

1

sitemaps

A basic sitemap.xml generator util.
TypeScript
5
star
2

learning-materials

Datasets, APIs, and assets for teaching purposes.
4
star
3

razzle-starter

Boilerplate starter for server-side rendered React applications built with Razzle.
JavaScript
3
star
4

typed-helpers

Typed utils for TypeScript codebases.
TypeScript
2
star
5

buildspace-nft

TypeScript
2
star
6

next-starter

React web application starter built with Next.js.
JavaScript
2
star
7

socket-io-chat

Example chat web application built using Node.js, React and Socket.io.
JavaScript
2
star
8

isep-esinf

Resolução dos exercícios das aulas de Estruturas de Informação do ISEP 2018/2019.
Java
1
star
9

isep-algav

Resolução dos exercícios das aulas de Algoritmia Avançada do ISEP 2019/2020.
Python
1
star
10

pesti-report

PESTI Report
TeX
1
star
11

isep-pprog

Resolução dos exercícios das aulas de Paradigmas da Programação do ISEP 2017/2018.
Java
1
star
12

react-workshop-starter

Boilerplate starter for beginner React projects.
JavaScript
1
star
13

isep-arqsi

Resolução dos exercícios das aulas de Arquitectura de Sistemas do ISEP 2019/2020.
C#
1
star
14

node-starter

Boilerplate for a Node.js project with TypeScript, ESLint, and Prettier.
TypeScript
1
star
15

create-react-app-box

Enhanced create-react-app-starter.
JavaScript
1
star
16

mpa-box

CRUD multi-page application starter built using Node.js, Express and Handlebars.
JavaScript
1
star
17

static

1
star
18

isep-sgrai

Resolução dos exercícios das aulas de Sistemas Gráficos e Interacção do ISEP 2019/2020.
JavaScript
1
star
19

isep-matcp

Resolução dos exercícios das aulas de Matemática Computacional do ISEP 2017/2018.
1
star
20

isep-arqcp

Resolução dos exercícios das aulas de Arquitectura de Computadores do ISEP 2018/2019.
Assembly
1
star
21

isep-lprog

Resolução dos exercícios das aulas de Linguagens e Programação do ISEP 2018/2019.
C
1
star
22

javafx-app

Desenvolvimento de um sistema de controlo de acessos a áreas restritas utilizando a linguagem Java e a framework de interface gráfica JavaFX, implementando o padrão de design MVC.
Java
1
star
23

next-typescript-starter

A fully configured React and TypeScript boilerplate starter for Next.js
TypeScript
1
star
24

react-textarea-counter

Basic textarea character counter React component.
JavaScript
1
star