https://github.com/edumigueis/notes-app
A note taker app with images and text editing.
https://github.com/edumigueis/notes-app
css javascript js note-app note-taking notes notes-app scss
Last synced: about 1 month ago
JSON representation
A note taker app with images and text editing.
- Host: GitHub
- URL: https://github.com/edumigueis/notes-app
- Owner: edumigueis
- License: mit
- Created: 2020-08-22T12:47:10.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2020-09-14T12:16:08.000Z (over 4 years ago)
- Last Synced: 2025-02-01T21:34:33.170Z (3 months ago)
- Topics: css, javascript, js, note-app, note-taking, notes, notes-app, scss
- Language: JavaScript
- Homepage: https://edumigueis.github.io/notes-app/
- Size: 1.34 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# notes-app
- [Live Demo](https://edumigueis.github.io/notes-app/)
> An website made for note-taking and simple text editing. All editing is based around html tags and css properties. Made with html, scss and js.[](https://travis-ci.org/badges/badgerbadgerbadger) [](https://coveralls.io/r/badges/badgerbadgerbadger) [](https://opensource.org/licenses/MIT)
[]()
- This app allows user to add note, edit note and delete note.
- Notes can contain images and can have text variation.
- Made with javascript, html and scss.
---## Installation
- To run this project you need to download it and open the html file in a browser. The index.html file points to an already compiled css, that results of the scss file. So, there is no need to use a pre-processor. If you want to edit something, you can change the css file directly, or, if you want to use scss, use a live sass compiler or a pre-processor.
### Clone
- Clone this repo to your local machine using `https://github.com/edumigueis/notes-app.git`
---## License
[](https://opensource.org/licenses/MIT)
- **[MIT LICENSE](https://opensource.org/licenses/MIT)** - See ``LICENSE`` for more information.
- Copyright 2020 © Eduardo Migueis.