heatherbooker / frenchly

supplementary web app to learn names of countries and nationalities in french
https://frenchly.herokuapp.com/
0 stars 0 forks source link

frenchly

french countries and nationalities

a tool to supplement other methods of language learning

--> this came about because I wanted to learn more countries and nationalities!

currently implemented for English learners to learn in French

uses react.js and JSX

totally a copycat of duolingo

to run:

locally:

git clone https://github.com/heatherbooker/frenchly.git  
cd frenchly  
npm install  
npm run start

open localhost:8080 in browser

voila!

bonus!

frenchly led to the publishing of react-world-map, a React component with a clickable SVG based map, as well as this article on its creation.