https://github.com/lex043/dictionary
A dictionary web app built with React and Tailwindcss
https://github.com/lex043/dictionary
reactjs tailwindcss
Last synced: 27 days ago
JSON representation
A dictionary web app built with React and Tailwindcss
- Host: GitHub
- URL: https://github.com/lex043/dictionary
- Owner: Lex043
- Created: 2023-02-10T13:44:09.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2023-03-08T00:26:38.000Z (about 3 years ago)
- Last Synced: 2025-10-30T13:41:57.869Z (7 months ago)
- Topics: reactjs, tailwindcss
- Language: JavaScript
- Homepage: https://lex-dictionary.vercel.app
- Size: 119 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Dictionary
A simple Web App to search for words meaning
[Live Demo](lex-dictionary.vercel.app)

## Project setup
### Install dependencies
```sh
npm install
```
### Serve in dev mode
```sh
npm run dev
```
### Builds for production
```sh
npm run build
```