-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #1 from cpatel321/development
recent changes merged with main branch
- Loading branch information
Showing
14 changed files
with
66 additions
and
263 deletions.
There are no files selected for viewing
Empty file.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,43 @@ | ||
Mywordbook is a dictionary cum notebook website targetted to user who usually tend to node some words in their diary to improve their vocabulary. | ||
User can add words to their wordbook by simply searching the word along with any custom meaning they want to add. | ||
|
||
|
||
|
||
**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](https://cpatel321.github.io/mywordbook/) | ||
or | ||
### Installation Process on local device | ||
|
||
To install the Mywordbook Node application, follow these steps: | ||
|
||
1. **Clone the Repository**: | ||
```sh | ||
git clone https://github.com/cpatel321/mywordbook.git | ||
``` | ||
|
||
2. **Navigate to the Project Directory**: | ||
```sh | ||
cd mywordbook | ||
``` | ||
|
||
3. **Install Dependencies**: | ||
```sh | ||
npm install | ||
``` | ||
|
||
4. **Start the Application**: | ||
```sh | ||
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](screenshots/home.png) | ||
2. **Recent Words**: | ||
![Recent Words](screenshots/recent.png) | ||
3. **Login and Register**: | ||
![Login and Register](screenshots/login.png) | ||
![Login and Register](screenshots/register.png) |
Empty file.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.