Shopping Mood Generator: Using Javascript to create a shopping list with a random linear-gradient theme
This is my very first Javascript page in my coding journey to create a simple shopping list by implementing DOM Manipulation.
Shopping list page is created with HyperText Markup Language, Cascading Style Sheets and Javascript
The following content will be covered in this README.md:
- Learning Objectives
- Requirements
- Installation & Usage
- Author
- References & Helpful Links
- Contributing
- License
After fulfilling the project, I acquire knowledge to:
- Build and style static webpages with semantic HTML and CSS, along with Javascript
- Implement best practices and standards when structuring HTML files using nested elements, indentation, comments, and line breaks
- Implement DOM Manipulation and linear-gradient() syntax to present the content of the project
- Implement CSS styling via class, id and element selectors using external stylesheets and inline styles
- Implement Font Awesome and CSS breakpoints
- Use Git workflow to initialize projects, track changes, and host via remote server
- Execute live deployment using GitHub Pages
Build an app that operate as a shopping list with a theme color generator
User Stories:
- Adding new element to the list
- Adding
li
after click / key press - Toggling a strike throught after click
- Adding button
"delete"
to list item - Removing item after clicking the "delete" button
- Making a
linear-gradient()
theme based on chosen colors - Making a random
linear-gradient()
theme for the page