Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/mskian/friendship-day-quotes

Happy Friendship Day Quotes Collection - A single-page website built using a Go HTTP client to fetch content from a text file with pagination.
https://github.com/mskian/friendship-day-quotes

bulma css festival friends friendship friendship-day go golang happy-friendship-day html javascript pagination single-page-app txt wishes

Last synced: 1 day ago
JSON representation

Happy Friendship Day Quotes Collection - A single-page website built using a Go HTTP client to fetch content from a text file with pagination.

Awesome Lists containing this project

README

        

# Friendship Quotes

Happy Friendship Day Quotes Collection - A single-page website built using a Go HTTP client to fetch content from a text file with pagination.

## Database

- `friends/friends.txt`: Add Friendship Quotes to the text file. Just leave a gap between each quote.
- Multi-line text is also supported.

## Setup

- Clone or Download the repo

```sh
git clone https://github.com/mskian/friendship-day-quotes
cd friendship-day-quotes
go mod tidy
```

- Start the Server

```sh
go run main.go
```

## Templates

Check the `templates` folder for HTML template files for the home page and error pages.

## Quotes Data Credit

100+ Friendship Quotes Collected from ****

## Disclaimer

- All quotes data is collected from external sources and is intended for personal use only.
- Quotes content credits go to the respective authors.

## LICENSE

MIT