Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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: about 2 months ago
JSON representation

Wordinary, a simple disctionary website built using ReactJs.

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

Link to demo

## Author

[@dipankarpaul2k](https://github.com/dipankarpaul2k)

## Feedback

If you have any feedback, please reach out to me at [[email protected]](mailto:[email protected])