Interface to manage a list of users
Expected files: CSV with coma separator
final application link: https://delphinemillet.github.io/manage-users/
node v8.9+
yarn v1.3+
yarn install
yarn start
yarn test
npm run build
screens
: app pagescomponents
: atomic componentredux
: store, actions and reducers
- don't know how to create a CSV file
- lost a lot of time trying to test the import file action (its parsing was the most critical part according to me)
- not enough time to implement more user stories