Develop a fully functional filterable chat screen
- React App: https://chat-app-me6tkjtz8.vercel.app/
- Create-React-App
yarn
npm
Note: Use 'yarn' rather than 'npm
Install dependencies
yarn
yarn start
yarn storybook
yarn start
- run app in dev modeyarn build
- build app in dev modeyarn storybook
- run storybook for react appyarn build-storybook
- build storybook for react appyarn lint
- run lintyarn lint:fix
- run lint with --fix ...
yarn storybook
- Filter users (search input)
- Add user to conversation group (chat plus button)
- Filter conversation and users by conversation type (Dropdown)
- Flag selected user (Follo up button)
- Conversation can be selected
- Star icon can be toggled
- React - React.JS
MIT