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
- Host: GitHub
- URL: https://github.com/arvind-4/dictionary
- Owner: arvind-4
- Created: 2021-08-31T05:09:53.000Z (almost 5 years ago)
- Default Branch: main
- Last Pushed: 2023-11-10T14:51:27.000Z (over 2 years ago)
- Last Synced: 2026-01-03T16:19:52.841Z (5 months ago)
- Topics: api, css, dictionary, html5, javascript, material-ui, react, reactjs
- Language: TypeScript
- Homepage: https://awesomeoxford.vercel.app
- Size: 268 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.
- [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.