Skip to content

Learn te reo Maori! Final group project for Enspiral Dev Academy Wellington.

Notifications You must be signed in to change notification settings

Korero-Mai/koreroMai-app

Repository files navigation

#Korero Mai!

See the app in action on YouTube, or learn more about the features in documentation.md

Home page

This app is intended to be used as a tool to help children 5 and 6 get acquainted with Te Reo. It focuses on learning pronounciation and simple words through two main types of activities :

  • "Learn the pronounciation" : click on the letters or words to hear their proper pronounciation. Learn

  • "Practice your learning" : click on "Listen" to hear a letter or word, then choose the right one below. Practice

This repository holds the source code of the Korero Mai app, the foundation for most of the documentation.

Prerequisites

Node.js and npm are essential to run this App on your machine.

Get it now if it's not already installed on your machine.

Verify that you are running at least node v4.x.x and npm 3.x.x by running node -v and npm -v in a terminal/console window.

Install

Clone this repo into new project folder (e.g., my-proj).

git clone https://github.com/Korero-Mai/koreroMai-app  my-proj
cd my-proj
npm install

Start development server on local host

Without nodemon :

npm start

With nodemon :

npm run dev

Live reloading app at http://localhost:3000/

presentationState branch

This is the state of the app after 6 days of development in the context of the final group project for Enspiral Dev Academy Wellington. It represents what we presented on our final day, Februray 17 2017. The slides for the presentation can be found here : http://slides.com/rodrigo-delgado/deck-1

About

Learn te reo Maori! Final group project for Enspiral Dev Academy Wellington.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published