Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/alejandronanez/datepicker
RxJS + Typescript Datepicker
https://github.com/alejandronanez/datepicker
datepicker jest lodash rxjs typescript yarn
Last synced: 2 months ago
JSON representation
RxJS + Typescript Datepicker
- Host: GitHub
- URL: https://github.com/alejandronanez/datepicker
- Owner: alejandronanez
- License: mit
- Created: 2017-03-08T14:29:20.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2017-07-28T03:13:35.000Z (over 7 years ago)
- Last Synced: 2024-07-16T10:23:04.498Z (6 months ago)
- Topics: datepicker, jest, lodash, rxjs, typescript, yarn
- Language: TypeScript
- Homepage:
- Size: 204 KB
- Stars: 15
- Watchers: 1
- Forks: 4
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Datepicker powered by Typescript and RxJS 5
This project was built using _mainly_
- Mobile first approach
- RxJS 5.2
- Typescript 2.2.1
- Jest## Mobile view
![Datepicker](datepicker-mobile.gif)## What was my motivation?
TL;DR -> I want to learn RxJSI found RxJS *SUPER CHALLENGING* and I think the best way to learn is to build something, that's how this mini project was born.
### Why Typescript?
I wanted to learn to use Typescript outside the Angular world.## TODO
- [ ] Clean up styles
- [ ] Cleanup date and dom methods
- [ ] Improve/Cleanup types
- [ ] Add Travis/Circle
- [ ] Add a demo page## Contribute
PRs welcome!## License
MIT