/pos-practice

Primary LanguageTypeScript

pos-practice

This is an interactive app where you get each time 10 random words and you categorize them according to their part of speech. In English language, words can be categorized according to their syntactic functions, which is known as "Part of Speech". Examples of part of speech: (noun, verb, adjective, ...)
> Learn More

To be able to run this app and test it please follow these steps:
1- Run Back-End first as instructed in the Back-End dedicated README file
2- Run Front-End as instructed in the Front-End dedicated README file