Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/sanwebinfo/tamil-quotes
A static site for sharing Tamil kavithai and Tamil Quotes.
https://github.com/sanwebinfo/tamil-quotes
api bulma css html javascript json kavithai quotes tamil tamilquotes tamilsms typescript vite
Last synced: 13 days ago
JSON representation
A static site for sharing Tamil kavithai and Tamil Quotes.
- Host: GitHub
- URL: https://github.com/sanwebinfo/tamil-quotes
- Owner: sanwebinfo
- License: mit
- Created: 2024-12-14T11:24:37.000Z (14 days ago)
- Default Branch: main
- Last Pushed: 2024-12-14T11:34:43.000Z (14 days ago)
- Last Synced: 2024-12-14T12:25:47.018Z (14 days ago)
- Topics: api, bulma, css, html, javascript, json, kavithai, quotes, tamil, tamilquotes, tamilsms, typescript, vite
- Language: TypeScript
- Homepage: https://status.tamilwords.net/
- Size: 0 Bytes
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# தமிழ் கவிதைகள் 💚
A static site for sharing Tamil kavithai and Tamil Quotes.
> Built using: Typescript, Bulma css and Vite
## Setup
- Clone or Download the repo or Use this as Template While creating a New Repo on Github
- install modules via npm or yarn or pnpm```sh
pnpm install
```- Development
```sh
pnpm dev
```- Build the site
```pnpm
pnpm build
```- Preview
```sh
pnpm preview
```- Add Quotes to JSON database `/src/data/quotes.json`
```json
[
{ "id": 1, "content": "Quotes1..." },
{ "id": 2, "content": "Quotes2...." },
]
```- Modifications: `src/app.ts` and `src/index.html`
- UI: `/src/styles/main.css`## Credits
Collect Tamil kavithai and Tamil Quotes from Blogs, Website's and Social Profile - Credits to All Respective Owners and Author of the Content.
## LICENSE
MIT