Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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

  • Axios


  • # 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
    ```