Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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!

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