Skip to content

Latest commit

 

History

History
26 lines (17 loc) · 750 Bytes

README.md

File metadata and controls

26 lines (17 loc) · 750 Bytes

En-Vi Dictionary

This app is an En-Vi dictionary using AVL tree.

Requirements

Tech stack

  • Front-end: ReactJS, SCSS
  • Back-end: ExpressJS
  • Database: AVL Data structure

Installation guide

  1. Download zip file or type this command into your terminal git clone [email protected]:nvdai2401/eng-vi-dict.git
  2. Run yarn to install essential dependencies
  3. Run yarn start to start the web app. The app will run at localhost:3000
  4. Run yarn start:server to start the server.

Demo