This is a simple note-taking application for markdown and .txt notes based on modern web technologies like React, Electron, and Node.js. It provides file editing and a live Markdown previews for local files.
I used this project to learn React and Electron with minimal knowledge of both before I started. As a result of this, the project is a mess and could use some major work.
If you're brave enough, feel free to contribute.
What things you need to install the software:
NPM
Node.js
Git
Start by cloning the repository:
git clone https://github.com/Bfall97/Noted2.git
Change directories to the downloaded folder:
cd noted2
Then install the packages with NPM:
npm install
Finally, start the program:
npm start
Please read CONTRIBUTING.md for details on our code of conduct, and the process for submitting pull requests to us.
- Brandon Fall - Initial work - Bfall97
This project is licensed under the MIT License - see the LICENSE.md file for details
