https://github.com/bamlab/formation-tech-lead-exercices
A good debugging exercise
https://github.com/bamlab/formation-tech-lead-exercices
Last synced: about 1 year ago
JSON representation
A good debugging exercise
- Host: GitHub
- URL: https://github.com/bamlab/formation-tech-lead-exercices
- Owner: bamlab
- Created: 2021-10-11T16:48:09.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2022-03-03T13:00:05.000Z (over 4 years ago)
- Last Synced: 2024-04-15T00:00:04.588Z (about 2 years ago)
- Language: JavaScript
- Size: 799 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.MD
Awesome Lists containing this project
README
# Training React Native application
This application features challenges to learn more about React Native.
Each challenge has a page on the app, and a `docs` page explaining what is expected.
## List of exercises
- [React Native Internals](./docs/RNInternals.md)
- [Javascript Event Loop](./docs/EventLoop.md)
- [Single Responsibility Principle](./docs/SingleResponsibility.md)
- [Domain Driven Design basics](./docs/DDD.md)
- [Debugging](./docs/Debugging.md)