Skip to content

reabreu/addressbook

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

This project was bootstrapped with Create React App and its intended for demo purposes.

Development

yarn && yarn start

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

Test

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.

See the section about deployment for more information.

Architectural notes

  • The app uses react-redux for global state management, along with redux dev toolkit for ease speed of development
  • Styles are managed via styled components to archieve scoped CSS
  • Reselect is used to memoize computed date for perfomance reasons (eg: filter by nationality and search term)
  • Virtualization was considered but not implemented due to small list size
  • Infinite pagination is archieved with IntersectionObserver API
  • Responsive design is not implemented
  • Test is done via react testing library
  • The app is not dockerized since that's out of scope for the purposes of this demo
  • Code splitting is archieve per route via react router library and react suspense

About

Address Book Demo App

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published