Skip to content

MasterEnoc/Noto

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Noto

An easy to use and build Editor made with electron, using javascript, html and css.

Electron

Electron is a great framework to start developing desktop programs due only use Javascript, Html and css (you can use any javascript framework or library if you want). I think once the IPC (Interprocess Communication) is understood, electron became easier to use.

How to use

First you will need npm (which comes with Node.js). When you have all the software needed, go to the command line and type:

# Clone this repository
git clone https://github.com/MasterEnoc/Noto.git
# Change your current directory to the cloned repository
cd Noto
# try Noto
npm start

Branches

This project has two branches:

  • master: which purpose is to continue making new commits if it is needed.
  • history: which have all the commits before the few ones you can see in the master branch.

Why do I use this branch convention?

I tried to made small commits, so I ended up with a lot of them and It doesn't look so clean if more commits are going to be made. If you want to see all the commit in the history branch in the master branch to look at all the timeline of commits, go to the command line and type this:

# Change to the repository folder
cd Noto
# checkout to the master branch
git checkout master
# unify the history branch commits in the master branch
git replace a46a712 f59f904

After this you should be avaible to see all the commits in the master branch.

Your help is welcome

Hi everyone, I have been learning javascript and I decided to made a little project because the best way to learn coding is coding. I didn't want it to take a lot of time but a plenty of ideas came when I was coding. I don't know all the best practices, I made changes while I was making this project, you will see some commits where I ended to implement an idea and then change its base. I would like you to help me reading my code and sending an email or contacting me to give me feedback about how I made this project, I'll be glad if you can give me suggestions or any tip.

About

An easy to use and build Editor

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published