Skip to content

cpatel321/mywordbook

Repository files navigation

Mywordbook is a dictionary cum notebook website targeted to users who usually tend to note some words in their diary to improve their vocabulary. Users can add words to their wordbook by simply searching for the word along with any custom meaning they want to add.

Use the website here

or

Installation Process on local device

To install the Mywordbook Node application, follow these steps:

  1. Clone the Repository:

    git clone https://github.com/cpatel321/mywordbook.git
  2. Navigate to the Project Directory:

    cd mywordbook
  3. Install Dependencies:

    npm install
  4. Start the Application:

    node app.js

Features

  1. Search Word: Users can search for any word in the search bar and get the meaning of the word.
  2. Add Word: Users can add words to their wordbook by simply searching for the word along with any custom meaning they want to add.
  3. Daily Word: Users can see a new word every day on the home page.

Screenshots

  1. Home Page: Home Page
  2. Recent Words: Recent Words
  3. Login and Register: Login and Register Login and Register