CourtJesterG / code-notes

A simple code snippet manager for developers built with Electron & Vue.js πŸš€

Home Page:https://lauthieb.github.io/code-notes/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool


electron-vue

A simple code snippet manager for developers built with Electron & Vue.js πŸš€

https://lauthieb.github.io/code-notes

Build Status PRs Welcome
forthebadge forthebadge forthebadge

Overview

The aim of this project is to make us more efficient by offering a pretty cool tool : a king of notepad for our code πŸ˜ƒπŸ“

Demo

Code Notes - V1.0.0

Contributing

For the moment, the project is pretty young. But if we work together to build the "bloc-notes" we dream, we can build pretty things for sure !
So, feel free to contribute. Follow this guide πŸ€“

Build Setup

# install dependencies
npm install

# serve with hot reload at localhost:9080
npm run dev

# build electron application for production
npm run build

# run unit & end-to-end tests
npm test

# lint all JS/Vue component files in `src/`
npm run lint

Roadmap

This version 1 is totally local, but I have a lot of ideas to make this app better !

  • Github gists integration : πŸš‚ WIP on feat/gists-integration
  • Add the notion of tags on each snippet
  • Redesign the snippet card (with language logo for example)
  • Add some shortcuts to improve the productivity

Feel free to add an issue if you find some bugs or you have any ideas of evolutions πŸ˜ƒ


This project was generated with electron-vue@1c165f7 using vue-cli. Documentation about the original structure can be found here.

About

A simple code snippet manager for developers built with Electron & Vue.js πŸš€

https://lauthieb.github.io/code-notes/

License:MIT License


Languages

Language:JavaScript 60.2%Language:Vue 20.9%Language:HTML 15.0%Language:CSS 3.8%