Giter Site home page Giter Site logo

heatherbooker / frenchly Goto Github PK

View Code? Open in Web Editor NEW
0.0 2.0 0.0 5.27 MB

supplementary web app to learn names of countries and nationalities in french

Home Page: https://frenchly.herokuapp.com/

HTML 7.72% CSS 0.58% JavaScript 91.38% Python 0.32%

frenchly's Introduction

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.

frenchly's People

Contributors

heatherbooker avatar

Watchers

 avatar  avatar

frenchly's Issues

question type: radio/check boxes

would like to see an additional type of question incorporated, with a word to be translated and either one or multiple(ex, in case of gendered nationality words) correct answers to be selected

Remove node_modules

The node_modules folder can grow very large and it's faster to download it independently of the actual code because it goes through the npm registry which is optimized for this kind of behaviour.

More importantly, certain packages build themselves upon installation. This building procedure is done differently depending on which OS you are using - especially when switching from Linux to Windows.

  1. Make a new branch
  2. Delete the folder
  3. push the deletion
  4. Add a .gitignore
  5. Add, commit, push, and merge the changes

App Prototyping

  • used Marvel App to prototype various screens

https://marvelapp.com/14cac5b

- 3 question types:

  • English: type French translation
  • French: type English translation
  • English: choose correct French translation

- 2 categories:

  • countries
  • nationalities

- areas:

  • North America
  • South America
  • Europe
  • Africa
  • Asia
  • Oceania

Using GULP

what can gulp be used for that will benefit this project?

  • compile pug (previously jade) files to HTML
  • compile scss files to css

how to create other pages?

currently have been working on main (home) page
--> how should i create other pages? (other jsx files?)

(once done: change index.jsx links to represent destinations)

Antarctica

would like to see this be incorporated somewhere as a future feature
antarctica currently does not fit into any of the designated areas...maybe it can be included with oceania?

(edited for clarity)

Levels of difficulty

would like to see this added eventually: instead of selecting an area and doing all the countries in that area, have perhaps 3 levels of difficulty

easier levels have less countries, therefore take less time to complete

using links <a href=""> in jsx

currently in index.jsx I have declared a destination:
var home = 'index.html';

but if I try to reference it later on (line 27):
<h1 className='nav-logo'><a href=home>Frenchly</a></h1>

it throws an error.

TO DO: look into this.

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.