Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/kutyel/dev201x-final-project
Final project for edX Microsoft course: DEV201x Introduction to TypeScript, made with Angular 2!
https://github.com/kutyel/dev201x-final-project
Last synced: about 1 month ago
JSON representation
Final project for edX Microsoft course: DEV201x Introduction to TypeScript, made with Angular 2!
- Host: GitHub
- URL: https://github.com/kutyel/dev201x-final-project
- Owner: kutyel
- License: mit
- Created: 2015-12-23T23:03:37.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2018-09-19T06:22:34.000Z (over 6 years ago)
- Last Synced: 2024-11-01T05:08:45.411Z (3 months ago)
- Language: TypeScript
- Homepage:
- Size: 15.6 KB
- Stars: 3
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# DEV201x Final Project
Final project for edX Microsoft course: DEV201x Introduction to TypeScript, made with Angular 2!## Usage
```
npm install
npm start
```## Preview
[![preview](https://i.gyazo.com/480f37aefa3f628d41779854f9b62860.gif)](https://gyazo.com/480f37aefa3f628d41779854f9b62860)
## TODO
- [ ] Style the app with Angular Material
- [ ] Add more data to the JSON file and display that information to the user. For example, include the birthplace, nationality, and birthdate of the painter. All this information can be found on Wikipedia
- [ ] Add more properties to the example paintings. This could include the year the painting was created and a link to an image of the painting. You could even work on bringing the image into the output so the user can see a thumbnail
- [ ] Add more artists and information about their work