https://github.com/web-dev-sam/solid-dictionary
A dictionary web app built with SolidJS.
https://github.com/web-dev-sam/solid-dictionary
Last synced: about 1 month ago
JSON representation
A dictionary web app built with SolidJS.
- Host: GitHub
- URL: https://github.com/web-dev-sam/solid-dictionary
- Owner: web-dev-sam
- Created: 2024-12-24T22:12:26.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-12-24T22:15:37.000Z (over 1 year ago)
- Last Synced: 2025-06-03T01:43:25.806Z (12 months ago)
- Language: TypeScript
- Homepage: https://dictionary.webry.com/
- Size: 104 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
A dictionary web app built with SolidJS.
A Premium Frontend Mentor Challenge.
## Live Demo
You can find a live demo here: [https://dictionary.webry.com/](https://dictionary.webry.com/).

## Getting Started
```bash
$ npm install
$ npm run dev
```
## Deployment
You can deploy the `dist` folder to any static host provider (netlify, surge, now, etc.)
## About SolidJS
Learn more on the [Solid Website](https://solidjs.com) and come chat with us on our [Discord](https://discord.com/invite/solidjs).
## About Frontend Mentor
You can access the challenge [here](https://www.frontendmentor.io/challenges/dictionary-web-app-h5wwnyuKFL)