Skip to content

gianlucadifrancesco/onboarding-sample

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Onboarding Sample

Netlify Status

A sample Onboarding app made for an interview in 2021, based on existing mockups and requirements.
The layout was meant for the iPhone 11 Pro.

Try it

https://onboarding-sample.netlify.app/

Install and start

  • yarn to install.
  • yarn start to start the dev server.

Tools used

  • react
  • typescript
  • redux for state management.
  • redux-persist to persist state into localStorage.
  • react-router-dom and react-swipeable-routes to handle navigation between screens.