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.
To run the app locally, follow these steps:
- Clone this repository to your local machine.
- Install the dependencies by running
npm install
oryarn
orpnpm install
in the project directory. - Start the development server by running
npm dev
oryarn dev
orpnpm dev
.
Once the app is running, you can use your mouse or touch input to draw on the canvas. You can also change the color of the brush by clicking on the color palette.
Contributions are welcome! To contribute to this project, please follow these steps:
- Fork this repository.
- Create a new branch for your feature or bug fix.
- Make your changes and commit them with descriptive commit messages.
- Push your changes to your forked repository.
- Create a pull request to merge your changes back into this repository.
This app is released under the MIT License. See the [LICENSE] (https://github.com/nilu2039/scribblesaurus/blob/main/README.md) file for details.