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

https://github.com/arvind-4/dictionary

Dictionary Using React js and Material UI
https://github.com/arvind-4/dictionary

api css dictionary html5 javascript material-ui react reactjs

Last synced: about 2 months ago
JSON representation

Dictionary Using React js and Material UI

Awesome Lists containing this project

README

          

# Dictionary app in React.js:
A simple dictionary app using React.js and Material UI.
The Website is Live on [awesomeoxford.vercel.app](https://awesomeoxford.vercel.app/). Do give it a try!

## 📦 Tech Stack:

- [Material UI](https://material-ui.com/) - Ready to use Material Design components.
- [Typescript](https://www.typescriptlang.org/) - JavaScript with syntax for types.
- [Vite](https://vitejs.dev/) - Next Generation Frontend Tooling.
- [React Js](https://reactjs.org/) - A JavaScript library for building user interfaces.

## Screenshot:


Home Page



## Features:

- [x] Uses [Material UI](https://material-ui.com/).
- [x] Search Words.
- [x] Listen to Words.

## Getting Started:

- Clone and install dependencies:

```bash
mkdir ~/Dev/dictionary -p
cd ~/Dev/dictionary
git clone https://github.com/Arvind-4/dictionary.git .
npm install
```

- Run development server:

```bash
npm run dev
```

Open [localhost:5173](http://localhost:5173/) in your Preferred Browser.