Skip to content

antonchupak/code-challenge-react

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Code challenge

This is a simple address book application. The Application shows a list of users like a grid. A little bit about Functionality:

  • search the user by first / last name
  • click on user and view details
  • more users load automatically
  • infinite scrolling

Getting Started

yarn

Install all dependencies

yarn start

Runs the app in the development mode.
Open http://localhost:3000 to view it in the browser.

The page will reload if you make edits.
You will also see any lint errors in the console.

Running the tests

yarn test

Launches the test runner in the interactive watch mode.
See the section about running tests for more information.

Deployment

yarn build

Builds the app for production to the build folder.
It correctly bundles React in production mode and optimizes the build for the best performance.

Run production build in your browser

yarn serve

Runs the app in the production mode. Open http://127.0.0.1:8080/ to view it in the browser.

P.S. Before that tour need to make deploy (see Deployment).

About

Code challenge for JS Developer

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages