This project was bootstrapped with Create React App.
Fun React & JS app that lets you draw images and play with pixels.
This app was made with the intention to learn React and JavaScript.
- Choose from 16 colors and draw with them on a grid!
- Fill entire grid with choosen color!
- Fill only the empty pixels with choosen color!
- Randomize! Chooses from the 16 colors what color the next pixel will be filled.
- Empty pixels randomly!
- Randomly fill the grid with current color!
- Randomize the empty empty pixels left on the grid!
Colory is live with GitHub pages! You can use this app in this address:
- Clone this repository to your local computer.
- Navigate to project folder
2.1 Install react with the commandnpm install react --save
. Requires NPM to be installed. - Run project with
npm run start
- Page will open in your default browser in address
localhost:3000\colory
- Have fun!
This project also has an Dockerfile you can get from here that automates installation process.
Made by Teemu Koivumaa
Distributed under the MIT license. See LICENSE
for more information.
My GitHub page
My LinkedIn page
I found this tutorial by yribenjamin to be extremely simple and helpful.