You can find the source code of the application we built in this course on GitHub:
Final app after free chapters: https://github.com/sundaray/effect-atom-start/tree/completed-free
Final app after all chapters: https://github.com/sundaray/effect-atom-start/tree/completed-paid
If you want to clone the project locally, you can choose the branch that matches your progress through the course.
To clone the version of the app as it stands at the end of free chapters, run:
git clone -b completed-free https://github.com/sundaray/effect-atom-start.gitTo clone the version of the app as it stands at the end of the complete course, run:
git clone -b completed-paid https://github.com/sundaray/effect-atom-start.git