https://github.com/alexoid1/my-code-notes
This is a desktop notes app built with Electron that not use a database to store data, instead, uses a JSON file that stores the notes rewriting the file in every new entry.
https://github.com/alexoid1/my-code-notes
css electron javascript nodejs notes-app
Last synced: 10 months ago
JSON representation
This is a desktop notes app built with Electron that not use a database to store data, instead, uses a JSON file that stores the notes rewriting the file in every new entry.
- Host: GitHub
- URL: https://github.com/alexoid1/my-code-notes
- Owner: Alexoid1
- License: mit
- Created: 2020-06-29T08:01:07.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2023-03-06T04:41:05.000Z (about 3 years ago)
- Last Synced: 2025-03-30T05:11:30.437Z (about 1 year ago)
- Topics: css, electron, javascript, nodejs, notes-app
- Language: JavaScript
- Homepage: https://alexoid1.github.io/My-Code-Notes/
- Size: 1.65 MB
- Stars: 6
- Watchers: 1
- Forks: 0
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# My-Code-Notes
## My code notes with an autocomplete search bar
This is a desktop notes app build with electron that not use a database to store data, instead use a JSON file that store the notes rewriting the file in every new entry.

Additional description about the project and its features.
## Built With
- Electron.js
- Node
- Css
### Prerequisites
- Node
- Download the code from repository (https://github.com/Alexoid1/My-Code-Notes)
## Getting Started
To get a local copy up and running follow these simple example steps:
- Go to https://github.com/Alexoid1/My-Code-Notes and clone the repo using:
`https://github.com/Alexoid1/My-Code-Notes.git` in your terminal.
- Cd ./My-Code-Notes
- Run `npm i` in your terminal.
- Run `npm run make` in your terminal.
- Cd /out/make/squirrel.['system']
- Run Setup.exe
## Article
- Article -: [Build a quick and easy desktop app with Electron](https://alex-zam.medium.com/build-your-desktop-app-quick-and-easy-with-electron-123ae7190559)
## Live Version
- Live (https://alexoid1.github.io/My-Code-Notes/)
## Author
👤 **Pablo Alexis Zambrano Coral**
- Github: [@Alexoid1](https://github.com/Alexoid1)
- Twitter: [@pablo_acz](https://twitter.com/pablo_acz)
- Linkedin: [linkedin](https://www.linkedin.com/in/pablo-alexis-zambrano-coral-7a614a189/)
## Show your support
Give a ⭐️ if you like this project!
## 📝 License
This project is [MIT](LICENSE) licensed.#