Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/sanwebinfo/random-words
A static site for sharing Random Words with Definition and Pronunciation.
https://github.com/sanwebinfo/random-words
bulma css html javascript json random-word-generator random-words typescript vite words
Last synced: 10 days ago
JSON representation
A static site for sharing Random Words with Definition and Pronunciation.
- Host: GitHub
- URL: https://github.com/sanwebinfo/random-words
- Owner: sanwebinfo
- License: mit
- Created: 2024-12-17T07:50:42.000Z (11 days ago)
- Default Branch: main
- Last Pushed: 2024-12-17T09:23:45.000Z (11 days ago)
- Last Synced: 2024-12-17T10:25:54.647Z (11 days ago)
- Topics: bulma, css, html, javascript, json, random-word-generator, random-words, typescript, vite, words
- Language: TypeScript
- Homepage: https://randomwords.pages.dev/
- Size: 137 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Random Words 💚
![build-test](https://github.com/sanwebinfo/random-words/workflows/build-test/badge.svg) [![cloudflare-pages](https://github.com/sanwebinfo/random-words/actions/workflows/deploy.yml/badge.svg)](https://github.com/sanwebinfo/random-words/actions/workflows/deploy.yml)
A static site for sharing Random Words with Definition and Pronunciation.
> 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 New Words to JSON database `/src/data/words.json`
- Modifications: `src/app.ts` and `src/index.html`
- UI: `/src/styles/main.css`## Tools
- Base Template:
- API Database:## API Credits ☑
Get Random Words (with pronunciation) for Free using this API -
## Disclaimer âš
- We don't own any data or word. All belongs to the Respective owner of Website.
- Using it for educational purpose only.## LICENSE
MIT