Skip to content

luispaulo21/Klever

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Klever - Junior Frontend Test

Hello, this is the Frontend test for junior developers from Klever. The objective is to analyze the skills of candidates, focusing on the core fundamentals of HTML, CSS, and JS.

Pages

All the pages image are in the ./screens folder

1) Home

Home

Actions

  • When clicking on the "Add Token" button go to the "Add Token" page
  • When click on the icon "Edit" go to the "Edit Token" page

2) Add Token

Add Token

Form

  • The Token field is required
  • The Balance field is required

Actions

  • When clicking on the "Back" button go to the "Home" page
  • When clicking on the icon "Save" button
    • Save the data in localStorage from Browser
    • Navigate user to home page

Bonus

  • The Token name should be unique, the user shouldn't has token names repeated
  • Display the error messages from the form to the user

3) Edit Token

Edit Token

Actions

  • When clicking on the "Back" button go to the "Home" page
  • When clicking on the "Save" button
    • Save the data in localStorage
    • Navigate user to home page
  • When clicking on the "Remove" button
    • Remove the date from local storage
    • Navigate user to home page

Bonus

  • When the user clicks on the "Remove" button should display an alert to the user to confirm the remotion.
    • If confirmed, the token should be deleted
    • If denied, the alert closes and the token not should be deleted,

Assets

All assets are in the ./assets folder

Bonus

  • Use the React Framework
  • Unit Tests

FAQ

  1. Can I just use HTML, CSS, JS?
  • Yes
  1. Can I use other javascript frameworks?
  • Yes
  1. Can I use some CSS framework like Bootstrap, Material UI?
  • Yes, and try to follow the proposed design