Skip to content

xkeshav/canvas

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

80 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Canvas

A learning website for kids who started their journey to learn alphabets, you can play on on desktop/laptop on the

Live Website

Note

website is live at abcd kbd.com

How to run

  • clone this repo and navigate to folder and run
> npm install
  • build client and server using webpack by running
> npm run build
  • start the app
  > npm run start

open localhost:3003 to see the main page in browser

screenshot

Main page

Landing Page

Draw

Draw

Hide N Seek

Hide And Seek

Mathematics

Mathematics

Kannada

Kannada

Canvas

Canvas

Capital

Capital

How it works

Draw Page

user press any key

on right side that key name will be appeared in white color with big font size

  • if this key is a number than background-color will change and that number of circle appears which key is pressed. for eg. if 3 is pressed than 3 circle will appears.

  • if this key is any alphabet than background Image will be changed to that background.

for eg if user press A than background image will be changes to Apple. Note: all images are in .jpg format only.

Hide N Seek Page

there is grid of green blocks of 26 letters

kid type any letter from keyboard, then that block will be display the text and if type same letter again then it disappears again

Mathematics page

Basic mathematics operation up to 2 digits and on refresh icon; get new data and if kid solve it then green tick will appears; there are Addition / Subtraction and Multiply operations on the page

Kannada Page

Kannada and its relevant Hindi letter so that parent /kid can read and practice

Canvas page

kid can generate image of the initial of the text entered in input box with new background every time or kid can print current time by click on time button.

we can save the image via right click of generated image

Capital page

India's All State and UT Capital mentioned. when click on any State/ its capital display below that.

Caution

changes in CSS and JS are hot reloaded but not HTML; for that build and run again