https://github.com/kyloc20/keep-practice
To make a clone of Google Keep with mymui
https://github.com/kyloc20/keep-practice
Last synced: 4 months ago
JSON representation
To make a clone of Google Keep with mymui
- Host: GitHub
- URL: https://github.com/kyloc20/keep-practice
- Owner: KyLoc20
- Created: 2021-05-27T07:17:35.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2021-06-14T20:28:44.000Z (about 5 years ago)
- Last Synced: 2025-10-11T16:47:34.007Z (8 months ago)
- Language: Vue
- Homepage: keep-practice.vercel.app
- Size: 1.79 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Keep-Practice, A Mod of Google Keep
What does an ideal Note app in my mind look like? Google Keep has given an answer, that is Clean and Flexible like a breeze.
Currently I need a Note app to help me remember some stuff like acrimonius words or APIs.
What I wanna do is to write it down quickly as a note📝 once I think the stuff is valuable.
Also I could attach some labels🏷 to my notes in order to catalog them.
So I am making my own Google Keep with a few enhancements such as a self-examination feature where I review the stuff by typing.
That's why I call it Keep-Practice.
Considering I am working on a Material Design UI project with vue [mym-UI](https://github.com/KyLoc20/mym-UI), I build this project with my handmade "bricks".
## Project setup
```
npm install
```
### Compiles and hot-reloads for development
```
npm run serve
```
### Compiles and minifies for production
```
npm run build
```
### Lints and fixes files
```
npm run lint
```
### Customize configuration
See [Configuration Reference](https://cli.vuejs.org/config/).