Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/zakimohammed/vanilla-notes-app
Notes app using vanilla HTML, CSS and JS.
https://github.com/zakimohammed/vanilla-notes-app
css3 html5 vanilla-js
Last synced: 17 days ago
JSON representation
Notes app using vanilla HTML, CSS and JS.
- Host: GitHub
- URL: https://github.com/zakimohammed/vanilla-notes-app
- Owner: ZakiMohammed
- Created: 2022-03-14T18:25:28.000Z (almost 3 years ago)
- Default Branch: master
- Last Pushed: 2022-03-20T11:38:54.000Z (almost 3 years ago)
- Last Synced: 2024-11-10T10:12:45.891Z (2 months ago)
- Topics: css3, html5, vanilla-js
- Language: JavaScript
- Homepage: https://vanilla-notes-app.netlify.app/
- Size: 552 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Notes App
Notes app using vanilla HTML, CSS and JS.
## Base Setup
### Fonts
```
font-family: 'Poppins', sans-serif;
font-family: 'Bebas Neue', cursive;
font-family: 'Cookie', cursive;
```Adding Font to HTML page:
``````
### Theme
Theme: https://flatuicolors.com/palette/de
```
Text Color: #4b6584
Text Light Color: #778ca3
Text Light Color 2: #a5b1c2
Primary Color: #f7b731
Primary Light Color: #fed330
Background Color: default (white)
Background Dark Color: #d1d8e0
```