Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: about 1 month 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.
- Host: GitHub
- URL: https://github.com/mskian/friendship-day-quotes
- Owner: mskian
- License: mit
- Created: 2024-07-10T11:19:30.000Z (4 months ago)
- Default Branch: main
- Last Pushed: 2024-07-11T10:37:28.000Z (4 months ago)
- Last Synced: 2024-10-01T05:41:27.044Z (about 2 months ago)
- Topics: bulma, css, festival, friends, friendship, friendship-day, go, golang, happy-friendship-day, html, javascript, pagination, single-page-app, txt, wishes
- Language: HTML
- Homepage:
- Size: 16.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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