codeuino / codebadge-backend

GNU General Public License v3.0
15 stars 23 forks source link

Integrate HTML canvas for illustrator environment #19

Closed ayushnagar123 closed 4 years ago

ayushnagar123 commented 4 years ago

What you will need to know?

Basics of HTML Canvas, CSS.

Integrate HTML canvas for illustrator environment

Create a new route in codebadge project for new badge creation. The route shall be directed to a new page which shall have an HTML Canvas integrated where the user can create their badges. This canvas must be centrally aligned and must be white.

Steps by step

Expected Outcome

The route /newBadge shall be made and must have an HTML canvas integrated. for example, you can see the screenshot provided in the GitHub issue above.

image

Resources & References (Where to Start)

You can go through HTML Canvas tutorial and edit its code. You can refer this website for sample The Marauders Canvas. Commit your code on Codebadge development branch. Refer sample drawing app made in simple HTML, css and javascript for help.

Extras

Just follow the readme whenever you are stuck. Visit Codeuino's Website in case of any doubts.