Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
DanielLivingston32 authored Mar 13, 2021
1 parent 4e30d1f commit 008f3d0
Showing 1 changed file with 28 additions and 1 deletion.
29 changes: 28 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,13 +1,40 @@
# Quote-Generator

> This is a fun project being a part of my [Javascript Web Projects: 20 Projects to build my Portfolio](https://www.udemy.com/course/javascript-web-projects-to-build-your-portfolio-resume/) by [Zero-To-Mastery Academy](https://zerotomastery.io/).
This is a simple web app based on HTML, CSS and Javascript.

- Fething the data in JSON format from the API https://type.fit/api/quotes and saving it in a variable.
- Dynamically inserting a random quote into the DOM on initial loading.
- User is able to load a new quote on a button 'New Quote" click.
- User is able to tweet the quote if he liked it on a 'Twitter' button click.

## About:

The webpage generates random quotes by famous personalities which can be obviously used for our personal motivation or as a tweet to inspire your community.

I had a lot of fun building this project and as usual I learned a lot from building this. Added some customisation to this project so.......

## Installation

1. Open your terminal and change the current working directory to the location where you want the cloned directory to be made.

```bash
$ cd path/to/your/folder/quote-generator/
```

2. Clone repository by typing the following in your terminal:

```bash
$ git clone git@github.com:WPBC/quote-generator.git
```

3. Open the index file to view the quote generator. All done.

### License

This package is released under the MIT license.



#### Feel free to fork and give a star for this project.

## Live Project
Expand Down

0 comments on commit 008f3d0

Please sign in to comment.