A dictionary application for students of Japanese to search for Kanji using English words.
- JavaScript
- HTML5
- CSS3
- JavaScript
- Express 4
- Node.js 6
- AWS EC2
- Jquery and Ajax
- User can search a Japanses Kanji using English words.
- Node.js 10 or higher
- NPM 6 or higher
- Clone this repository
git clone https://github.com/krlenell/kanji-dictionary.git
cd kanji-dictionary- Install dependencies with NPM
npm install- Start the project. It can be view at http://localhost:3001/ in the browser
npm run dev