Skip to content

Course materials for Interactive Frontend Development course at Tartu University

Notifications You must be signed in to change notification settings

stdevi/interactive-frontend-development

 
 

Repository files navigation

Interactive frontend development

An University of Tartu seminar about front-end development.

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

Lectures

Concepts and techniques

The course will concentrate on declarative programming and extensive testing.

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 are able to build and test a medium-sized JavaScript application on their own.

About

Course materials for Interactive Frontend Development course at Tartu University

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 99.5%
  • Other 0.5%