Skip to content

A user interface that allows users to sketch shapes by passing the cursor over the squares. Users can sketch with black or multiple colors. You can also select the size of the pixels you want to draw with!

Notifications You must be signed in to change notification settings

amiraabouhadid/EtchASketch

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

84 Commits
 
 
 
 
 
 

Repository files navigation

Etch A Sketch

This project is taken from The Odin Project Curriculum. A user interface that allows users to sketch shapes by passing the cursor over the squares. Users can sketch with black or multiple colors. You can also select the size of the pixels you want to draw with! Screenshot from 2022-02-25 17-03-37 Screenshot from 2022-02-25 17-03-57

Live Demo

Live Demo Link

Built With

  • Javascript
  • HTML
  • CSS3

Prerequisites

  • Text editor
  • GitHub
  • Git

Setup

Clone repository from github to your local drive by following these steps:

  • Go to the main page of the repository
  • Above the listed files, click the green Code button
  • You can clone the repository using:
  • Open Terminal
  • Change the current working directory to the location you want the cloned directory
  • Type one of the git clone commands listed above.
  • Press Enter to create your local clone

Install

  • Install Atom or Microsoft Visual Studio text editor to view the code on your local machine.
  • Install Git.
  • Install Nokogiri and HTTParty using gem install nokogiri and gem install httparty respectively in the terminal/console.
  • Install rspec by entering gem install rspec in the terminal/console.

AUTHORS

Amira Abouhadid

🤝 Contributing

Contributions, issues, and feature requests are welcome!

Feel free to check the issues page.

Show your support

Give a ⭐️ if you like this project!

Acknowledgments

  • Hat tip to anyone whose code was used
  • Inspiration
  • etc

📝 License

About

A user interface that allows users to sketch shapes by passing the cursor over the squares. Users can sketch with black or multiple colors. You can also select the size of the pixels you want to draw with!

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published