Skip to content

Latest commit

 

History

History
15 lines (12 loc) · 385 Bytes

README.md

File metadata and controls

15 lines (12 loc) · 385 Bytes

Shakespeare Speak

A VanillaJS app to translate english language to shakespeare language.

Features

  1. Use of funtranslations API.
  2. Call API using fetch.
  3. Empty string validation.

Project Setup

  1. Clone this repository
    git clone https://github.com/anik31/shakespeare-talk.git
  2. Run the file index.html using live server or open in browser.