Skip to content

pranavj1001/StyleRecords

Repository files navigation

StyleRecords

An electron mongodb app which stores notes in md format.

Hey there,

This is an electron application which stores notes in md format. It uses mongodb for storing the data. It has a custom search engine which makes searching a lot easy. Apart from this, it also has the functionality to edit, delete, view and add new notes.

This repository can also be used as a reference for using electron with mongodb. Its a great combination in my opinion since everything is written in javascript.

Working

Overall

Search Engine

Save a Note

Features

  • Add, View, Edit and Delete Notes
  • Write notes in md format
  • Live Preview Window for viewing text in md format
  • Custom Search Engine
    • Searches for notes title by default
    • Use # for searching tags/keywords
    • Use @ for searching author names
  • Responsive UI

To get started

  1. Download or clone this repo
  2. Make sure you have node.js
  3. cd to your project folder
  4. Run this command to install all the dependencies npm install
  5. Run this command to startup the app npm start

Queries

email me at pranavj1001@gmail.com

License

MIT License

About

An electron mongodb app which stores notes in md format.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors