Skip to content
This repository was archived by the owner on Nov 12, 2020. It is now read-only.

KovaCro/Unidiary

Repository files navigation

Logo

UNIDIARY

(UPDATE: I've been doing coding for a while now. Classes barely improve my coding skills; hence it makes no sense for me to rewrite code from class to keep this small project alive. I'm archiving this.)

Unidiary (university diary) is a project for personal use. I wanted to keep track of the programming we do at university from day one until the end of second year (2020.-2022., later on we stop doing code in form of small snippets which makes it harder to track). Logs always come in handy. I was being uncertain about posting it on github but since I use multiple devices and I store snippets as JSON files, this way it's easier for me to keep it all in sync.

It's built with Vue-electron.

I used filesystem instead of database system; all the snippets are in storage folder.

(Note: Reading/writing files is synchronous so error checking on it is not best optimised)

Build setup

If you'd like to use it for yourself, you can remove my files from storage folder (you have to keep config.js).

Install dependencies:

npm install # install dependencies

Run or build the app:

npm run dev # serve with hot reload at localhost:9080
# or
npm run build # build electron application for production

Previews

Preview1

Preview2

Preview3

License

MIT

About

University diary

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published