Skip to content

Express yourself ๐Ÿ–ผ๏ธ and take a break from the hustling business of life. PixelMe is a small web application where you can draw on a paint-by-numbers canvas ft. Nyan Cat ๐Ÿณ๏ธโ€๐ŸŒˆ๐Ÿ˜ผ

License

Notifications You must be signed in to change notification settings

rohan-fowlerharper/pixelme

Folders and files

NameName
Last commit message
Last commit date

Latest commit

ย 

History

69 Commits
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 

Repository files navigation

Pixels ๐ŸŽจ๐Ÿ–Œ๏ธ

Pixels is a small web application that allows users to draw pixel art, but also complete a paint-by-numbers Nyan Cat image. The application is built using Next, React, and Redux. It's running in deployment and can be found here pixels.roh.codes

Loose list of features:

  • ๐Ÿ–ฑ๏ธ Left click to draw/Right click to erase
  • ๐ŸŽจ Colour picker (based on the colour palette of the template, if available)
  • ๐ŸŒˆ Selected colour influences app theme
  • ๐Ÿ‘๏ธโ€๐Ÿ—จ๏ธ Toggle template visibility (if available)
  • ๐Ÿ–ผ๏ธ Download drawings as a PNG file

To run the repository:

Install and run it locally

git clone git@github.com:rohan-fowlerharper/pixelme.git
cd pixelme

npm install
npm run dev

# Development server will run at http://localhost:3000

Or use Docker

docker pull rohanfh/pixels:latest
docker run -p 3000:3000 rohanfh/pixels:latest

# Production build will run at http://localhost:3000

About

Express yourself ๐Ÿ–ผ๏ธ and take a break from the hustling business of life. PixelMe is a small web application where you can draw on a paint-by-numbers canvas ft. Nyan Cat ๐Ÿณ๏ธโ€๐ŸŒˆ๐Ÿ˜ผ

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published