Skip to content

This repository contains code used in the interview process for developers joining the Front-end Practice.

Notifications You must be signed in to change notification settings

MohamedHamedLab/frontend-developer-assessment

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Developer Assessment

This repository contains code used in the interview process for developers joining the Front-end Practice at ClearPoint.

There are two parts to this solution and depending on the type of role you are applying for you will be asked to contribute to one or both areas. The application is a simple to-do list that allows a user to create items in a list and mark them as complete. It is a React-based front end application that uses a NodeJS API at the backend to facilitate using and persisting items in this to-do list.

For this exercise you are asked to complete the requirements to enhance the UI functionality in the Frontend folder. The front end functionality requires the following to be added:

  1. The ability to surface any errors from the backend API in the UI
  2. The ability to mark an item in the to-do list as complete
  3. Add unit tests to cover the new functionality using a framework of your choice

Remember that *maintainability and clarity* is key in your solution. You are welcome to use comments in the code to outline any assumptions you might make and/or outline your thinking at various points. Once completed you can either push the completed solution to your own repo and send us the link.

We look forward to seeing your submission and have fun!

About

This repository contains code used in the interview process for developers joining the Front-end Practice.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 63.7%
  • TypeScript 25.2%
  • HTML 8.0%
  • CSS 3.1%