An open API service indexing awesome lists of open source software.

https://github.com/powerlevel9000/programming-quotes

This a quote machine, i made this website for practicing a advance feature of Api project is limit loading ,onscroll loading and infinite scroll accroding to the data with the help of a tutorial. do check out
https://github.com/powerlevel9000/programming-quotes

api css3 infinite-scrolling javascript

Last synced: about 1 year ago
JSON representation

This a quote machine, i made this website for practicing a advance feature of Api project is limit loading ,onscroll loading and infinite scroll accroding to the data with the help of a tutorial. do check out

Awesome Lists containing this project

README

          


logo



Programming Quotes






logo

# ๐Ÿ“— Table of Contents

- [๐Ÿ“– About the Project](#about-project)
- [๐Ÿงช Linters And Deployment](#linters)
- [๐Ÿ›  Built With](#built-with)
- [Tech Stack](#tech-stack)
- [Key Features](#key-features)
- [๐Ÿš€ Live Demo](#live-demo)
- [๐Ÿ’ป Getting Started](#getting-started)
- [Setup](#setup)
- [Prerequisites](#prerequisites)
- [Install](#install)
- [Usage](#usage)
- [Run tests](#run-tests)
- [Deployment](#triangular_flag_on_post-deployment)
- [๐Ÿ‘ฅ Authors](#authors)
- [๐Ÿ”ญ Future Features](#future-features)
- [๐Ÿค Contributing](#contributing)
- [โญ๏ธ Show your support](#support)
- [๐Ÿ™ Acknowledgements](#acknowledgements)
- [๐Ÿ“ License](#license)

# ๐Ÿ“– Programming Quotes

This Project is Random Quote machine with pagination on scroll

**Programming Quotes** is a api based application for showing programming quotes

## ๐Ÿงช Linters And Deployment
[![Linters](https://github.com/PowerLevel9000/Programming-Quotes/actions/workflows/linter.yml/badge.svg)](https://github.com/PowerLevel9000/Programming-Quotes/actions/workflows/linter.yml)
[![pages-build-deployment](https://github.com/PowerLevel9000/Programming-Quotes/actions/workflows/pages/pages-build-deployment/badge.svg)](https://github.com/PowerLevel9000/Programming-Quotes/actions/workflows/pages/pages-build-deployment)

## ๐Ÿ›  Built With

### Tech Stack

In this project I used my skills, tech and libraries

Documentation

Styling

Dynamics And Logics

### Key Features

Following features you should observe

- **Programming Quote on page**
- **Quotes will paginate on scroll**

(back to top)

## ๐Ÿš€ Live Demo

This link will guide you to my project live link ๏ผˆ๏ฟฃ๏ธถ๏ฟฃ๏ผ‰โ†—ใ€€

(back to top)

## ๐Ÿ’ป Getting Started

For having local file and project you can fork this repo or clone it using `git clone https://github.com/PowerLevel9000/Programming-Quotes.git`
And for making changes you you should follow prerequisites

### Prerequisites

In order to edit this project you need:

- Any text editor such as note pad and word pad
- A web browser
- Node js installed
- An IDE

#### Suggested IDE
- Visual studio code `I prefer this one ๐Ÿ™ƒ๐Ÿ™ƒ`
- Atom
- Sublime
- IntelliJ IDEA
- Visual code

### Setup

Clone this repository to your desired folder:

- Open the live server of vs-code or open [index](./index.html) file in browser

- Before deployment have some linter check
- [ ] `npx stylelint "**/*.{css,scss}"` for css and saas file
- [ ] `npx eslint .` for js files
- [ ] `npx hint .` for html files

- After fixing error build deploy for production

### Install
```
npm i
```
### Usage

- For displaying Programming quotes
- Pagination of quotes on scroll

### Run tests

- Currently, this Project don't have any Unit test
- You can do manual checking
- Score added properly
- Form validation for score and scorer work properly

### Deployment

You can deploy this project using:

- For this repo and use git hub pages to deploy it

(back to top)

## ๐Ÿ‘ฅ Authors

๐Ÿ‘ค **Adarsh Pathak**

- GitHub: [@PowerLevel9000](https://github.com/githubhandle)
- Twitter: [@PowerLevel9002](https://twitter.com/PowerLevel9002?t=AIuSN7mTxk5a_MWpLolEjA&s=09)
- LinkedIn: [@Adarsh Pathak](https://www.linkedin.com/in/adarsh-pathak-56a831256/)

## ๐Ÿ”ญ Future Features

- [ ] **Improved Navigation Bar**
- [ ] **Improve functionality**
- [ ] **Improve styling**

(back to top)

## ๐Ÿค Contributing

Contributions, issues, and feature requests are welcome!

Feel free to check the [issues page](../../issues).

(back to top)

## โญ๏ธ Show your support

If you like my Project give it a Star โœจ๐ŸŒŸ Or buy Me a Coffee ๐Ÿฅ‚

(back to top)

## ๐Ÿ™ Acknowledgments

I want to Acknowledge [FCC](https://www.freecodecamp.org/) it is great resource to learn web development

(back to top)

## ๐Ÿ“ License

This project is [MIT](./MIT.md) licensed.

(back to top)