Code Monkey home page Code Monkey logo

zeekit-challenge's Introduction

Zeekit Frontend Developer Assignment

Installation

Below is an example of how you can instruct your audience on installing and setting up your app. This template doesn't rely on any external dependencies or services.

  1. Get a free API Key at themoviedb
  2. Clone the repo
    git clone https://github.com/zalazarnatanael/zeekit-challenge.git
  3. Install packages
    pnpm install
  4. Enter your API in .env.local
    VITE_API_TOKEN='ENTER YOUR API'

Built With

  • React (vite)
  • Tailwind
  • Typescript

Summary

In this assignment, you will create a game in React called: "Guess the TV show name" Gameplay and rules: The goal of the game is to guess a TV show's name. The player will see a placeholder for a TV name with some missing letters. The player should guess and fill in the TV show's name. If the player guesses successfully a tv show name, it gets a point and moves forward to guess another tv show name. The player would be able to use a hint feature in case it's stuck with a specific TV show. The player has a total of 3 life points. For each wrong guess, it loses a point. If the player lost all 3 points the game is over and can be started again. The player would be able to view a statistics popup (the data needs to be saved for the session). App requirements: use this API: https://developers.themoviedb.org/3/getting-started/introduction fetch the data from here: https://developers.themoviedb.org/3/tv/get-top-rated-tv The main page contains:

  1. Generated TV name with missing letters to fill.
  2. An input component, where the player enters its guess.
  3. "Check the guess" button.
  4. “Hint” button.
  5. “Statistics”. The statistic will show the following info:
  6. How many right guesses the player has.
  7. How many wrong guesses the player has.
  8. How many times the player has used the hint feature. Example: The computer shows the word: “Gi_e_”. The player should fill in the right answer "Given" so he will get one point and move to the next word. If the player inputs a wrong word like "Gioed" he will lose a life point. If the player clicks on the hint button he will see an overview of the TV show (below the guess button). “Tightly clutching his Gibson guitar, Mafuyu Satou steps out of his dark apartment to begin another day of his high school life. While taking a nap in the quiet ....” Please send back a link to Github code and a Live demo (Heruko, etc.). What we will check when we review your assignment:
  9. Creative and responsive UI design.
  10. Using Typescript.
  11. Simple code structure.
  12. Reusable, Clean, and declarative code.

zeekit-challenge's People

Contributors

zalazarnatanael avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.