https://github.com/pradeep1991singh/mattermost-react-native-interview
https://github.com/pradeep1991singh/mattermost-react-native-interview
Last synced: 5 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/pradeep1991singh/mattermost-react-native-interview
- Owner: pradeep1991singh
- License: mit
- Created: 2020-09-18T17:19:24.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2020-09-18T17:36:18.000Z (about 5 years ago)
- Last Synced: 2025-03-20T14:56:10.007Z (8 months ago)
- Language: TypeScript
- Size: 24.3 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Mattermost Interview process project
### Stage 1
This project serves as a base for the first stage of the interview process at Mattermost.
Take this opportunity to inspect the code, run the project and try to debug and fix the issues you find in this existing project built with React Native.
During your interview you will need to answer questions about how you found the bugs you found, what the reasons behind your specific fixes are, and why you decided some particular working code needed improvement.
### Goal
1. Be able to run the project
2. Identify and fix bugs
3. Improve performance when possible
4. Do **not** spend more than 2 hours
#### Instructions
1. Clone this repository. (**do not fork it**)
2. With your own GitHub account, create a public repository containing the code you cloned in step 1 and name it \.
3. Notify the interviewer by sending them a link to your repository.
4. Start your debugging session and fix everything you are able to find.
5. Commit the changes to **your** repository.
6. Prepare for the interview and have your camera on ;).
#### Pro tip
* You'll notice the animated transitions in the app are not very smooth. The animation itself is *not* the problem.