Skip to content

A simple project to use on front-end interviews.

Notifications You must be signed in to change notification settings

canmustu/simple-pancake

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 

Repository files navigation

simple-pancake

A simple project to use on front-end interviews.

Goal

We would like to see a front end page that displays two todo tables. The data of the table should be loaded from the API

AC

  • Fork the repo
  • Load the data from the sample todo API. The API address is https://jsonplaceholder.typicode.com/todos
  • Show two separated tables for todos: Show completed and incomplete todos on two different tables.
  • Use pre-styled frontend/src/app/components/todo-list component
  • Sort todos by title
  • Optionally, implement a loading state so that the user can see a loading message while the data is loading
  • Commit your changes

About

A simple project to use on front-end interviews.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 47.2%
  • SCSS 34.2%
  • JavaScript 9.3%
  • HTML 9.3%