Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/r3nanp/drawing
🎨 An app to make draws! Powered by React and Vite.
https://github.com/r3nanp/drawing
canvas canvas-app drawing r3nanp react typescript vite
Last synced: 1 day ago
JSON representation
🎨 An app to make draws! Powered by React and Vite.
- Host: GitHub
- URL: https://github.com/r3nanp/drawing
- Owner: r3nanp
- License: mit
- Created: 2021-05-26T21:26:22.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2022-04-19T11:48:18.000Z (over 2 years ago)
- Last Synced: 2023-03-03T23:34:19.264Z (over 1 year ago)
- Topics: canvas, canvas-app, drawing, r3nanp, react, typescript, vite
- Language: TypeScript
- Homepage: https://drawing.r3nanp.vercel.app/
- Size: 118 KB
- Stars: 5
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# 🎨 Drawing!
An app written in React and Vite with HTML Canvas API. Use to draw, based on gartic.io.---
![license mit](https://img.shields.io/github/license/r3nanp/drawing?color=blue&label=LICENSE&logo=github&style=for-the-badge)
![r3nanp](https://img.shields.io/badge/powered%20by-React-blue?style=for-the-badge&logo=react)
[![style: styled-components](https://img.shields.io/badge/style-%F0%9F%92%85%20styled--components-orange.svg?colorB=daa357&colorA=db748e&style=for-the-badge)](https://github.com/styled-components/styled-components)
![prs](https://img.shields.io/static/v1?label=PRs&message=welcome&style=for-the-badge&color=24B36B&labelColor=000000)## ⚒ Technologies used
- React
- Typescript
- Vite
- styled-components## 👷♂️ Installation
**You need to install [Node.js](https://nodejs.org/en/download/) and [Yarn](https://yarnpkg.com/) first, then in order to clone the project via HTTPS, run this command:**
```
git clone https://github.com/r3nanp/drawing.git
```SSH URLs provide access to a Git repository via SSH, a secure protocol. If you use a SSH key registered in your Github account, clone the project using this command:
```
git clone [email protected]:r3nanp/drawing.git
```**Install dependencies**
```
yarn install
```Or
```
npm install
```# 🏃 Getting Started
Run the following command in order to start the application in a development environment:
```yarn dev```
# :closed_book: License
Released in 2021.
This project is under the [MIT license](LICENSE).Made with love by [Renan Pereira](https://github.com/r3nanp) 💜🚀