Skip to content

dipankarpaul2k/Wordinary

Repository files navigation

Wordinary

A simple online dictionary built using ReactJs.

Features

  • Search word of your choice
  • See definitions along with examples, synonyms and antonyms (if any found)
  • Save the words you like in bookmark and manage it
  • Bookmark's response will be saved in local storage, so you don't have to call API again
  • All your searches will be saved in history

Tech Stack

  • Vite: A build tool that aims to provide a faster and leaner development experience.
  • ReactJs: JavaScript library for building user interfaces.
  • Axios: Promise-based HTTP client for making requests.
  • Mantine: A fully featured React components library.
  • Zustand: A small, fast, and scalable bearbones state management solution.

Run Locally

Clone this repository

$ git clone https://github.com/dipankarpaul2k/Wordinary.git

Go into the repository

$ cd Wordinary

Install dependencies

$ npm install

Run the app

$ npm run dev

Open your browser and visit http://localhost:5173 to use the application.

Screenshots

App Screenshot

Demo

Link to demo

Author

@dipankarpaul2k

Feedback

If you have any feedback, please reach out to me at dipankarpaul2k@gmail.com