Skip to content

cuneytali/CodeBank

 
 

Repository files navigation


GitHub all releases GitHub release (latest by date) GitHub issues

A free note-taking software for programmers and Computer Science students

Made by Josh Vickery

Testing

  1. Clone the respoitory with a git client, or download the source code ZIP from GitHub and extract it.
  2. Make sure you have NodeJS and npm (Node's package manager) installed.
  3. In the project's root folder, run npm install to download the required dependencies.
  4. Run npm start to test/run the project.

Building

Run npx electron-builder to build.

The package.json should already specify the building behavior for Windows and Linux, but macOS has not been tested.

Screenshot

Screenshot

License

This work is licensed under a CC BY-NC 4.0 license.

About

My most used code parts

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 49.8%
  • HTML 29.6%
  • CSS 20.6%