This app is an En-Vi dictionary using AVL tree.
- Front-end: ReactJS, SCSS
- Back-end: ExpressJS
- Database: AVL Data structure
- Download zip file or type this command into your terminal
git clone [email protected]:nvdai2401/eng-vi-dict.git
- Run
yarn
to install essential dependencies - Run
yarn start
to start the web app. The app will run atlocalhost:3000
- Run
yarn start:server
to start the server.