Skip to content

iSefero/horse-racing

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Front-End Developer test task

We want you to implement a small web app which can display horse betting status.

Information about distance run by horse is available from a locally running server. Any additional visual enhancements will be a plus. Be sure that your application is tested well.

Requirements:

  • web app have to take data from local server
  • web app have to show horse run distance in real time

Ideas on how horse running progress can look like is up to you.

You should use following stack:

  • React (preferable with hooks)
  • Redux (with Redux-Thunk or any other Redux middleware you are familiar) or any other state-manager library you want
  • Socket.io - to connect to the server
  • any UI library you want, or you can use just pure CSS
  • Testing Library

We will assess by following criteria:

  • How you application works
  • Project structure, files and folders organization
  • Code quality, readability, etc.
  • React knowledge
  • Clean and understandable git history

How to run the server

cd server && npm install && npm run start You can visit http://localhost:3002 to check that the service is working correctly and inspect the data it produces.

How to run you web application

cd client && npm install sass && npm install && npm run start You can visit http://localhost:3000 to check that web app is working correctly.

How to run tests

cd client && npm run test

How to complete the task

  1. Clone this repository
  2. Update code in client folder
  3. Share with us link to the repository
  4. Send us link to your repository
  5. Will be a plus if hosted also on Heroku

Good luck!

Horses

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published