Skip to content

EurostarDigital/graduate_exercise

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Graduate Exercise

Setup

Requirements:

You should clone this repository and run npm install from the correct directory within your terminal. Once all of the files are installed, you should be able to run npm run dev - you should see the following:

🚄 Server running @ http://localhost:3000

If you open your browser and point it to that URL, you should see a blank HMTL.

Tasks

Now that you’re setup, you will need to complete a few tasks - the core functionality of the application is to display information around todo tasks. It is required to complete the following tasks using React.js.

Whilst you have been provided with a blank HTML page which loads a CSS and Javascript file, you are able to change all parts of the existing code, as long as we complete the following tasks:

  • Load and display the todo items title from http://localhost:3000/api/todos ordering them on their ID in descending order
  • Display the total number of todo items
  • Display the completed number of todo items
  • Add styling

Submission

Once you have completed the task, we ask that you create a github repository and send it over to us for review.

About

No description or website provided.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors