r3nanp / drawing

🎨 An app to make draws! Powered by React and Vite.

Home Page:https://drawing.r3nanp.vercel.app/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

🎨 Drawing!

An app written in React and Vite with HTML Canvas API. Use to draw, based on gartic.io.


license mit r3nanp style: styled-components prs

βš’ Technologies used

  • React
  • Typescript
  • Vite
  • styled-components

πŸ‘·β€β™‚οΈ Installation

You need to install Node.js and Yarn 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 git@github.com: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

πŸ“• License

Released in 2021. This project is under the MIT license.

Made with love by Renan Pereira πŸ’œπŸš€

About

🎨 An app to make draws! Powered by React and Vite.

https://drawing.r3nanp.vercel.app/

License:MIT License


Languages

Language:TypeScript 95.4%Language:HTML 3.8%Language:JavaScript 0.8%