Skip to content

kkalve/telia-homework

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Movie search

Small test exercise for TeliaTV.

Requirements

Version control

Do not fork this repository, as it would be visible to other candidates. Download this project to your computer by using the green "Code" button and selecting "Download Zip". Unzip it and add it to your own GitHub account project. Or clone it and change origin. In GitHub.com create new PRIVATE repository "<your-username>/telia-homework", do not add README or gitignore.

On your computer run inside telia-homework folder:

  • git init
  • git remote add origin https://github.com/<your-username\>/telia-homework.git
  • git branch -M master
  • Add all files and commit with message git commit -m "Initial commit"
  • git push -u origin master

Once you have successfully completed your project, you must open project settings in GitHub.com and add collaborators for code review:

  • Jaak Tamre (@zebraf1)
  • Jaagop Janson (@JJaks)
  • Kaspar Kalve (@kkalve)

Setup

  • Install Node packages with the following command in project root: npm install.
  • Start development server with npm start command.
  • Application can be opened from http://localhost:8080

Configuration

Configuration is in src/Config.ts file and should not be changed. TeliaTV live public API is used for the application, imageBaseUrl is used for displaying images.

Complete tasks

  • Complete tasks in TODO
  • Feel free to refactor existing code as you see fit. Good luck!

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 48.0%
  • SCSS 27.4%
  • JavaScript 16.1%
  • HTML 8.5%