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.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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
git clone https://github.com/mskian/friendship-day-quotes
cd friendship-day-quotes
go mod tidy
  • Start the Server
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 https://www.wordscoach.com/blog/friendship-day-quotes/

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

About

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

License:MIT License


Languages

Language:HTML 77.8%Language:Go 21.7%Language:Makefile 0.5%