Skip to content

colo-o/tech-test-steven

Repository files navigation

Dooper - Technical Test

Hola!

Thank you for your interest in joining our team and taking the time to complete this technical test. Once completed, please reply to our email with a link to a Github repository. Make sure the application builds and works successfully.

Challenge

You will be creating a Movie Awards Ballot with the following requirements:

  • Display a list of movies grouped by categories ordered alphabetically
  • Search for a movie title
  • Select a movie per category and show a "selected" state
  • Upon submission, display a modal box showing your votes
  • When the modal is closed, the ballot resets and you can vote again.

Mockups

Wireframe

Evaluation

1.- Knowledge of component modularization (code reusability, best practices, folder structure)

2.- React Hooks

3.- Use of state management (ie. context, react-redux, etc)

4.- Use of API requests (http://localhost:8080/api/movies)

5.- Responsiveness (mobile-friendly)

6.- User friendly

Bonus points:

  • Use of Typescript
  • Make it look pretty (styling), show off your creative side!
  • Add Unit testing

Feel free to use any third-party libraries that may help you accomplish the challenge.

Instructions

Clone our repository

Make sure you have installed

  • Node
  • NPM / Yarn

Run:

yarn install

Install dependencies

yarn start

Runs the app in the development mode.
Open http://localhost:3000 to view it in the browser.

The page will reload if you make edits.
You will also see any lint errors in the console.

yarn api

Runs the server on http://localhost:8080/ with the endpoint http://localhost:8080/api/movies which returns the list of movies

yarn test

Launches the test runner in the interactive watch mode.
See the section about running tests for more information.

yarn build

Builds the app for production to the build folder.
It correctly bundles React in production mode and optimizes the build for the best performance.

The build is minified and the filenames include the hashes.
Your app is ready to be deployed!

See the section about deployment for more information.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published