Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/dev-warner/ts-cards
Want to learn more about Algorithms and Data Structures in TypeScript?
https://github.com/dev-warner/ts-cards
Last synced: 27 days ago
JSON representation
Want to learn more about Algorithms and Data Structures in TypeScript?
- Host: GitHub
- URL: https://github.com/dev-warner/ts-cards
- Owner: dev-warner
- License: mit
- Created: 2019-04-20T21:47:21.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2019-04-23T08:35:18.000Z (over 5 years ago)
- Last Synced: 2024-12-08T07:27:11.484Z (30 days ago)
- Language: TypeScript
- Size: 1.57 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Ts Cards Algorithms & Data Structures in TypeScript.
![Ts Card Logo](https://i.imgur.com/9XFzY6g.png)
##### Plans to post a new card each week follow get updates!
[![Build Status](https://travis-ci.org/dev-warner/TsCards.svg?branch=master)](https://travis-ci.org/dev-warner/TsCards)
[![Coverage Status](https://coveralls.io/repos/github/dev-warner/tscards/badge.svg)](https://coveralls.io/gitub/dev-warner/tscards)
![code style: prettier](https://img.shields.io/badge/code_style-prettier-ff69b4.svg?style=flat-square")
![npm version](https://img.shields.io/npm/v/tscards.svg?style=flat-square)
[![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT)
## Development server
Run `npm start` for a dev server. Navigate to `http://localhost:4200/`. The app will automatically reload if you change any of the source files.
# Getting Started
- [Documentation](http://tscards-docs.surge.sh/)
- [Github](https://github.com/dev-warner/TsCards)
- [site](http://tscards.surge.sh/)Posts go in /assets/type/name_of_thing
Contributions wellcome we follow [semantic release](https://github.com/semantic-releasex/semantic-release) guidelines for commit messages and prettier for code style.
just include an implementation in TypeScript and the core details around the Algorithms || Data Structure.
## Code scaffolding
Run `ng generate component component-name` to generate a new component. You can also use `ng generate directive|pipe|service|class|guard|interface|enum|module`.
## Build
Run `ng build` to build the project. The build artifacts will be stored in the `dist/` directory. Use the `--prod` flag for a production build.
## Running unit tests
Run `ng test` to execute the unit tests via [Karma](https://karma-runner.github.io).
## Running end-to-end tests
Run `ng e2e` to execute the end-to-end tests via [Protractor](http://www.protractortest.org/).
## Further help
To get more help on the Angular CLI use `ng help` or go check out the [Angular CLI README](https://github.com/angular/angular-cli/blob/master/README.md).
## License
This project is licensed under the MIT License - see the LICENSE.md file for details
**Free Software, Hell Yeah!**