Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jeffreymaomao/keywordsearch
https://github.com/jeffreymaomao/keywordsearch
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/jeffreymaomao/keywordsearch
- Owner: Jeffreymaomao
- Created: 2024-02-20T12:10:53.000Z (11 months ago)
- Default Branch: main
- Last Pushed: 2024-11-11T17:37:29.000Z (about 2 months ago)
- Last Synced: 2024-11-11T18:32:39.454Z (about 2 months ago)
- Language: JavaScript
- Homepage: https://jeffreymaomao.github.io/keywordsearch/
- Size: 10.3 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# KeyWordSearch
This is a simple web application that allows users to input keywords for searching and displays results matching the keywords.
## How to Use
1. Enter keywords in the search box.
2. The application will display results matching the keywords.Application entry: https://jeffreymaomao.github.io/keywordsearch/dist
## Technology Stack
- HTML
- CSS
- JavaScript## Database Structure
The data structure is stored in a NoSQL (Non-SQL) database management system. Here's the structure:
```json
{
"": {
"p": "",
"n": "",
"k": ["", "", ...],
"t": "- ``: Unique identifier for each element.
- `"p"`: Parent id of the element.
- `"n"`: Name of the element.
- `"k"`: Array of keywords associated with the element.
- `"t"`: Time of creation or last modification of the element.## Developer
- Developer: Chang-Mao Yang (楊長茂)
- Email: [email protected]Contributions and suggestions are welcome!