Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/iamdipankarpaul/Wordinary
Wordinary, a simple disctionary website built using ReactJs.
https://github.com/iamdipankarpaul/Wordinary
axios axios-react mantine mantine-hooks mantine-ui node nodejs npm react react-router reactjs vite zustand zustand-persist
Last synced: 26 days ago
JSON representation
Wordinary, a simple disctionary website built using ReactJs.
- Host: GitHub
- URL: https://github.com/iamdipankarpaul/Wordinary
- Owner: iamdipankarpaul
- Created: 2024-04-24T18:52:36.000Z (7 months ago)
- Default Branch: main
- Last Pushed: 2024-05-05T15:48:01.000Z (7 months ago)
- Last Synced: 2024-07-30T21:09:43.348Z (4 months ago)
- Topics: axios, axios-react, mantine, mantine-hooks, mantine-ui, node, nodejs, npm, react, react-router, reactjs, vite, zustand, zustand-persist
- Language: JavaScript
- Homepage: https://wordinary-sigma.vercel.app/
- Size: 85.9 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 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
```bash
$ git clone https://github.com/dipankarpaul2k/Wordinary.git
```Go into the repository
```bash
$ cd Wordinary
```Install dependencies
```bash
$ npm install
```Run the app
```bash
$ npm run dev
```Open your browser and visit http://localhost:5173 to use the application.
## Screenshots
![App Screenshot](https://via.placeholder.com/468x300?text=App+Screenshot+Here)
## Demo
## Author
[@dipankarpaul2k](https://github.com/dipankarpaul2k)
## Feedback
If you have any feedback, please reach out to me at [[email protected]](mailto:[email protected])