Skip to content

ritikprajapat21/Dictionary

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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
    

    About

    A web dictionary app

    Resources

    Stars

    Watchers

    Forks

    Releases

    No releases published

    Packages

    No packages published