codeuino / codebadge-backend

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

Add shape tool to codebadge project #31

Closed ayushnagar123 closed 4 years ago

ayushnagar123 commented 4 years ago

What you will need to know?

HTML, CSS and JavaScript

Add shape tool to codebadge project

You need to add a shape tool to out codebadge illustrator. If the task of integration of HTML Canvas is completed, you can work on this task.

Expected Outcome

At the route /newbadge, the shape tool must be added which can be available for various colour fills. Shapes expected:-

  1. rectangle
  2. eclipse
  3. round corner rectangles.

Step by step

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.You can go through HTML Canvas tutorial and edit its code. Refer this for the sample code.

Extras

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