A simple online dictionary built using ReactJs.
- 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
- 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.
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.
If you have any feedback, please reach out to me at dipankarpaul2k@gmail.com