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
To install the Mywordbook Node application, follow these steps:
-
Clone the Repository:
git clone https://github.com/cpatel321/mywordbook.git
-
Navigate to the Project Directory:
cd mywordbook
-
Install Dependencies:
npm install
-
Start the Application:
node app.js
- Search Word: Users can search for any word in the search bar and get the meaning of the word.
- Add Word: Users can add words to their wordbook by simply searching for the word along with any custom meaning they want to add.
- Daily Word: Users can see a new word every day on the home page.