Coder Social home page Coder Social logo

symphony-words's Introduction

symphony-words's People

Contributors

alokym avatar vstukanov avatar

Watchers

James Cloos avatar  avatar Vasyl Protsyk avatar Orest Bryk avatar

symphony-words's Issues

Create basic client-side routing

Routes:
/ - main view
/create - view for creating vocabulary
/find - view for entering vocabulary id
/learn/{vocabularyId} - view for learning words.

By default, user should be navigated to the main view.
Creating specific views/functionality is out of scope of this issue. Temporary view caps would be enough

Create main view

When user is navigated to the main view, there should be two buttons: "Create Vocabulary" and "Learn words"

Implement saving of newly created vocabulary

When view for creating vocabulary and services documentation are done ( #3 #4 ) implement saving vocabulary. After vocabulary is successfully saved, user should be presented with the link to learning widget: "/learn/{vocabularyId}"

Implement retrieving existing vocabulary

When services documentation ( #3 ) is finished, implement functionality for retrieving existing vocabulary from the back end.
When user is navigated to "/learn/{vocabularyId}", corresponding vocabulary should be retrieved from the back end and dropped into console

Create view for making new vocabulary

When user is navigated to "/create", he should be able to create new vocabulary.
View should contain:

  1. Field for vocabulary name
  2. Pairs of fields for word and corresponding translation
  3. "Submit" button

Every time when user have entered values for the last word and translation, new empty pair of fields should be created (for the new pair of words)

When user clicks on "Submit" button, object containing vocabulary name and array of word pairs should be dropped into the console

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.