Skip to content

ViktorijaFilipov/french_conjugation

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

French conjugation helper

To install project run:

npm install

To run project:

  1. Write desired verb on the line 112 (list of most common 1000 verbs can be found in verbs-list.txt)
  2. Run npm run conjugate

To change console output, comment/uncomment functions on the lines 114 - 119.

To conjugate female form of the verbs, pass parameter true to functions on the lines 114 - 119 (example: indicatif(verb, true);)

Example output:

Screenshot 2022-10-17 at 13 50 08

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published