Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/je-jo/turing-colorandom
https://github.com/je-jo/turing-colorandom
Last synced: 3 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/je-jo/turing-colorandom
- Owner: je-jo
- Created: 2024-03-19T17:26:04.000Z (8 months ago)
- Default Branch: main
- Last Pushed: 2024-03-25T18:04:25.000Z (8 months ago)
- Last Synced: 2024-03-25T19:41:01.873Z (8 months ago)
- Language: JavaScript
- Homepage: https://je-jo.github.io/turing-coloRandom/
- Size: 77.1 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# ColoRandom
### About
This is an app that generates color palettes.
This is a learning project from Turing School Module 1. The spec can be found [here](https://frontend.turing.edu/projects/module-1/colorandom.html).
### Live Page
[ColoRandom](https://je-jo.github.io/turing-coloRandom/)
### Preview of App:
![](/screenshot.png)
### Learning Goals:
Write HTML and CSS, and leverage JavaScript to both create your data model and interact with the DOM.
### Progress:
- [x] Basic Layout with hardcoded colors
- [x] Generating random palettes
- [x] Locking + Unlocking Colors
- [x] Saving Palettes
- [x] Deleting Saved Palettes
- [ ] Editing Saved Palettes (Extension)### Helpful Links:
- [A (more) Modern CSS Reset by Andy Bell](https://piccalil.li/blog/a-more-modern-css-reset/)