Skip to content

sausdeveloperr/mindmuse

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

mindmuse

Mindmuse is a simple web-based quote generator that displays motivational quotes along with their authors. When the user clicks a button, a random quote is selected from an array of quotes, ensuring that the same quote is not displayed consecutively. The quotes are stored as objects using a constructor function, enhancing the organization and scalability of the code. This project demonstrates basic JavaScript concepts such as arrays, functions, event listeners, and DOM manipulation.

About

A web-based quote generator displays motivational quotes along with their authors. Shuffle btn reveals a random quote without consecutive repeats. Quotes are organized as objects using a constructor function, demonstrating JavaScript fundamentals like arrays, functions, event listeners, and DOM manipulation. A simple tool for daily inspiration!

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors