Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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.

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
```