An open API service indexing awesome lists of open source software.

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..)

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)! ❤️

vue
ts
sass
Webpack

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)