Skip to content

MirkoGenoni/GoogleKeepClone

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

48 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

This personal project has been realized for education reasons.

This entire project has been realized using the svelte framework with inspiration for the interface from google keep.

Running this code

To run this project you can clone this repository, then:

cd /path-to-cloned-folder/
npm install
npm run dev

if you want to run it on local network:

cd /path-to-cloned-folder/
npm install
HOST=/your-local-ip-address/ npm run dev

Note that you will need to have Node.js installed.

Navigate to localhost:8080. You should see your app running.

License

All the icon and fonts are taken from google fonts. The fonts are under Open Font License

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published