Skip to content

shilena91/Emoji-Generator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Emoji-Generator

A JavaScript webapp to generate emoji. From this project I learnt basic of html5-canvas and using firebase for storing database.
Demo here

Usage

Clone repo:

git clone https://github.com/shilena91/Emoji-Generator.git

Adding your own firebase config in file scripts/Network/firebase.js, otherwise the app won't work.

Install node dependencies:

npm install

Run:

npm start