Skip to content

Latest commit

 

History

History
18 lines (14 loc) · 540 Bytes

README.md

File metadata and controls

18 lines (14 loc) · 540 Bytes

VOCABULATED

A full stack Web Application built using Nextjs and Tailwind, PostCss using the MERN stack artitecture.

HOSTING

https://vocabulated.vercel.app/

username: demo password: demo

ABOUT THE APPLICATION

This application uses the Oxford Dictionary API (https://developer.oxforddictionaries.com/) to fetch meaning of the words and store them in DB for each user. Users can Add new words and delete them

RUN this app locally

  1. Clone the application
  2. yarn install
  3. yarn dev (We highly recommend not to use NPM)