https://github.com/LearningTypeScript/projects
Hands-on real world projects that will help you exercise your knowledge of TypeScript.
https://github.com/LearningTypeScript/projects
learning projects typescript
Last synced: 6 months ago
JSON representation
Hands-on real world projects that will help you exercise your knowledge of TypeScript.
- Host: GitHub
- URL: https://github.com/LearningTypeScript/projects
- Owner: LearningTypeScript
- Created: 2022-05-21T02:20:22.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2024-06-12T11:46:00.000Z (over 1 year ago)
- Last Synced: 2024-06-13T11:12:57.378Z (over 1 year ago)
- Topics: learning, projects, typescript
- Language: TypeScript
- Homepage: https://learningtypescript.com/projects
- Size: 703 KB
- Stars: 218
- Watchers: 7
- Forks: 144
- Open Issues: 11
-
Metadata Files:
- Readme: README.md
- Contributing: .github/CONTRIBUTING.md
- Funding: .github/FUNDING.yml
- Code of conduct: .github/CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
Learning TypeScript Projects
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.
```shell
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](https://allcontributors.org/docs/en/emoji-key)):

Josh Goldberg
🐛 💻 📖 🤔 🚇 🚧 👀 ⚠️ 🔧

Fuad Olatunji
🚇 📖 🐛 🛡️

David Brownman
🖋

agmyintmyatoo
🖋

Owen Boreham
🖋

sisPedro
🖋

Ben Chong
🖋
This project follows the [all-contributors](https://github.com/all-contributors/all-contributors) specification. Contributions of any kind welcome!