https://github.com/leegeunhyeok/gitnotes
GitHub based note web application (WIP..)
https://github.com/leegeunhyeok/gitnotes
diary github gitnotes notes notes-app til
Last synced: 12 months ago
JSON representation
GitHub based note web application (WIP..)
- Host: GitHub
- URL: https://github.com/leegeunhyeok/gitnotes
- Owner: leegeunhyeok
- License: apache-2.0
- Created: 2020-09-01T04:42:14.000Z (over 5 years ago)
- Default Branch: dev
- Last Pushed: 2021-05-29T12:11:09.000Z (almost 5 years ago)
- Last Synced: 2025-02-14T12:16:01.840Z (about 1 year ago)
- Topics: diary, github, gitnotes, notes, notes-app, til
- Language: TypeScript
- Homepage: https://gitnotes.dev
- Size: 2.14 MB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# GitNotes

GitHub based note web application (WIP..)
[gitnotes.dev](https://gitnotes.dev) (Not available now)
- [x] Free to use all features 🥰
- [x] GitHub OAuth 🔐
- [ ] Write, update, delete note 📝
- [ ] Notes list up 👀
- [ ] Management notes with tags 👨💻
- [ ] Auto genreate table of content into README.md 👈
- [ ] Sync with GitHub repository 🔄
- [ ] Fully responsive design 📱
- [ ] Support darkmode 🌚
- [ ] PWA Support 🔥
- [ ] No serverside development 🎉
## 👨💻 Tech stacks
Using [Vue 3](https://github.com/vuejs/vue-next) with [TS](https://github.com/microsoft/TypeScript)! ❤️




and also included vuex, vue-router
## 🛠 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/).
## 🎨 Resorces
- Logo: [From Dribble, by Andreas Storm](https://dribbble.com/shots/10878981-Notion-Replacement-Icon) + Github icon (Edit by Geunhyeok LEE)
- Icons: [material.io](https://material.io/resources/icons)
- GitHub icon: [FontAwesome](https://fontawesome.com/license)
## 🗒 Change Log
- `none`
## ⭐️ License
Developed by [Geunhyeok LEE](https://github.com/leegeunhyeok)
- [Apache License 2.0](./LICENSE)