Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ritikprajapat21/dictionary
A web dictionary app
https://github.com/ritikprajapat21/dictionary
Last synced: 13 days ago
JSON representation
A web dictionary app
- Host: GitHub
- URL: https://github.com/ritikprajapat21/dictionary
- Owner: ritikprajapat21
- Created: 2024-01-24T04:57:06.000Z (12 months ago)
- Default Branch: main
- Last Pushed: 2024-01-25T07:53:57.000Z (12 months ago)
- Last Synced: 2024-01-26T06:26:18.331Z (12 months ago)
- Language: JavaScript
- Size: 164 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Dictionary Web React Application
Let's you know the meaning of words that you don't know about.
Visit page to check out the web app.
# Library Used
# To run on local machine using Docker
First, make sure that you are in same directory as that of the project
```
docker build --tag dictionary:1.0 .
```
After build is done. Run
```
docker run --name dictionary -p 3000:3000 dictionary:1.0
```
To stop container press Ctrl + C OR run
```
docker stop dictionary
```