-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Dynmaic themes, animation, UI and code optimized for better readability
- Loading branch information
Showing
7 changed files
with
79 additions
and
41 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,40 +1,46 @@ | ||
# Stoic-Quotes | ||
# Stoic Quotes | ||
|
||
Welcome to Stoic-Quotes, a simple yet powerful Quote Machine designed to bring daily doses of wisdom from Stoic philosophers. Whether you're seeking inspiration or guidance, this project provides a seamless experience of discovering timeless Stoic quotes with just a click of a button. | ||
Welcome to Stoic Quotes, your gateway to timeless wisdom from Stoic philosophers. With just a click, discover profound insights and inspiration to navigate life's challenges. Embrace daily doses of Stoic wisdom effortlessly. | ||
|
||
Live Site: [Stoic Quotes](https://sushcod3.github.io/stoic-quotes/) | ||
|
||
## Table of contents | ||
|
||
- [Overview](#overview) | ||
- [Screenshot](#screenshot) | ||
- [My process](#my-process) | ||
- [Built with](#built-with) | ||
- [What I learned](#what-i-learned) | ||
- [Future Plan](#future-plan) | ||
- [Credits](#credits) | ||
- [Author](#author) | ||
- [Features](#features) | ||
- [Screenshot](#screenshot) | ||
- [Technologies Used](#technologies-used) | ||
- [Lessons Learned](#lessons-learned) | ||
- [Future Development](#future-development) | ||
- [Acknowledgments](#acknowledgments) | ||
|
||
### Features | ||
|
||
## Overview | ||
- Explore a vast collection of 96 Stoic quotes. | ||
- Navigate effortlessly through quotes with the next button. | ||
- Share inspirational quotes with friends on Twitter or Facebook. | ||
- Enjoy a visually appealing experience with dynamic colors. | ||
- Switch between light and dark themes seamlessly. | ||
|
||
### Screenshot | ||
|
||
![](./src/assets/screenshot.png) | ||
![](./screenshot-dark.png) | ||
|
||
### Built with | ||
### Technologies Used | ||
|
||
- Semantic HTML5 markup | ||
- Tailwind CSS | ||
- Bootstrap | ||
- Vue.js | ||
- Bootstrap | ||
- Semantic HTML5 markup | ||
|
||
## Credits | ||
### Lessons Learned | ||
|
||
- Stoic quotes sourced from [Orion Philosophy - Stoic Quotes](https://www.orionphilosophy.com/stoic-blog/stoic-quotes) | ||
- **Data Management with JSON**: I learned how to effectively store data in a JSON file and then access it within my application. Utilizing JSON files for data storage allowed me to organize and manage my quotes data efficiently, making it easily accessible for use in the Vue.js application. | ||
|
||
- **Vue.js and Bootstrap**: Through working on this project, I deepened my understanding of Vue.js, a progressive JavaScript framework for building user interfaces. Additionally, I gained hands-on experience with Bootstrap, a popular front-end framework for developing responsive and mobile-first websites. Integrating Vue.js with Bootstrap enabled me to create dynamic and visually appealing user interfaces, enhancing the overall functionality and aesthetics of my application. | ||
|
||
### What I learned | ||
### Future Development | ||
|
||
Enhanced my knowledge about the Tailwind CSS, Bootstrap, and Vue.js. | ||
- Add a drop-down feature to let user explore quotes of only the chosen author of their choice | ||
|
||
### Future Plan | ||
1. Add a drop-down feature to let user explore quotes of only the chosen author of their choice | ||
2. Replace the colors | ||
### Acknowledgments | ||
|
||
- Stoic quotes sourced from [Orion Philosophy - Stoic Quotes](https://www.orionphilosophy.com/stoic-blog/stoic-quotes) |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Binary file not shown.