Skip to content

jdrcodes/javascript-frontend-engineer-test

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Environment Setup

  • Install NPM (if needed)
  • Run npm install to install dependencies
  • Run npm start to start the server

Description

Questions:

  • How would you structure the html to make it more scalable? Think you would have an html renderer on the client or the server to generate the view.

  • How would you structure the css to make it more scalable? Apply a small change in the css that takes us to your proposal.

  • Do you have experience with BEM methodology?

Tasks:

  • The "hide" button hides and shows the list of tasks, additionally the button text changes according to its status.

  • The tasks have four options, go up, go down, done and delete.

  • The "New task" button must add a new task as the last item in the list. The entry "New task" must reset its content when adding a new task.

  • Develop simple task finder

  • Integrate an API call to get the tasks (https://wedding-vendors-api.onrender.com/vendors)

Extra:

  • Vanilla Js
  • Good practices

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published