You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hands-on real world projects that will help you exercise your knowledge of TypeScript.
Welcome to the repository housing all of the projects for Learning TypeScript!
I'm excited you're here -- whether you're using the projects to practice as you read the book, or just browsing.
Setup
Clone the repository to your computer, then run npm install to install packages.
git clone https://github.com/LearningTypeScript/projects learning-typescript-projects
cd learning-typescript-projects
npm install
Assuming that all succeeded, you're now ready to work on any and all projects! π
Starting on Projects
Projects are located under the name of their chapter, such as arrays/analyzing-dna.
Each has their own README.md with instructions on the commands to run from within that directory.
Don't forget to cd into a project's directory before running its commands!
Types of Projects
Each project follows a chapter in the Learning TypeScript book and aligns to one of the following three categories:
π₯ Appetizers: bite-sized directed warmups: set of independent mini-projects
π² Entrees: larger, more hands-off challenge: a single self-contained project
π° Desserts: the same structure as entrees, with a fun thematic twist
Contributors β¨
Thanks goes to these wonderful people (emoji key):