Skip to content

dgdheeraj/Vocabulary-Builder

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Vocabulary-Builder

A Web Application built to improve one's Vocabulary Skills. Built using AngularJS and Flask

image

Features of the Web-App

  1. Learn Synonyms and Meanings

image

2. Take a quiz based on word meanings

image

3. Leaderboard

image

Running in Development Mode

Prerequisites: Node.js, Flask,git,nltk,sqlite3

pip3 install -r requirements.txt

Install live-server

npm install -g live-server

Clone the repository

git clone https://github.com/dgdheeraj/Vocabulary-Builder.git

Go to the back_end folder and start the flask app

cd back_end
export FLASK_APP=backend.py
flask run

Go to frontend folder and start the live-server

cd ..
cd front_end
live-server

Go to localhost:8080 to open the web-app

About

A Web Application built to improve one's Vocabulary Skills. Built using AngularJS and Flask

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors