Skip to content
This repository has been archived by the owner on May 27, 2019. It is now read-only.

urmastalimaa/interactive_frontend_development_2017

 
 

Repository files navigation

Interactive frontend development

An University of Tartu seminar about front-end development with JavaScript.

Course page with slides and Video seminars can be found here

This repository hold study goals, homework requirements and example code.

Concepts and techniques

The course will concentrate on declarative programming and extensive testing.

Building

Webpack, babel and eslint are used to build JavaScript source code.

View layer

ReactJS is used for declarative views. The library is mostly used in its most basic form and could be replaced by any declarative view library.

State management

Redux is used to manage state. The library is declarative and very simple.

End result

At the end of the course, students should feel comfortable about working with JavaScript front-end projects in teams of any size. Students should be able to build and test a medium sized JavaScript application on their own.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages

  • JavaScript 97.5%
  • HTML 2.3%
  • CSS 0.2%