Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
28 changes: 0 additions & 28 deletions CHANGELOG.md

This file was deleted.

146 changes: 29 additions & 117 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,56 +1,33 @@
# [Now UI Kit Angular](https://creativetimofficial.github.io/now-ui-kit-angular/index) [![version][version-badge]][CHANGELOG]
# [D3 CHALLENGE](https://test.d3.do/)

![alt text](https://s3.amazonaws.com/creativetim_bucket/products/77/original/opt_nuk_angular_thumbnail.jpg? "Now UI Kit Angular")
![Alt Text](https://github.com/cceciliavaz/D3_CHALLENGE/blob/master/src/assets/img/DESAFIO-D3.gif)


**[Now UI Kit Angular](https://creativetimofficial.github.io/now-ui-kit-angular/index)** is a responsive Bootstrap 4 kit provided for free by Invision and Creative Tim. It is a beautiful cross-platform UI kit featuring over 50 elements and 3 templates.

Now UI Kit is one of the most popular UI Kits online, provided in PSD and Sketch formats by Invision. We wanted to find a way for developers worldwide to benefit from using it. So, in collaboration with Invision, we are launching the HTML version for it!

Now will help you create a clean and simple website that is a perfect fit for today's flat design. It is built using the 12 column grid system, with components designed to fit together perfectly. It makes use of bold colours, beautiful typography, clear photography and spacious arrangements.

Create awesome, lifelike prototypes with InVision and Now so your users can experience and give feedback on your vision!

To get the PSD and Sketch files, please visit Invision (https://www.invisionapp.com/now).


**Bootstrap 4 Support**
Now UI Kit is built on top of the much awaited Bootstrap 4. This makes starting a new project very simple. It also provides benefits if you are already working on a Bootstrap 4 project; you can just import the Now UI Kit style over it. Most of the elements have been redesigned; but if you are using an element we have not touched, it will fall back to the Bootstrap default.

**Example Pages**
We wanted to fully display the power of this kit, so the kit comes packed with examples showing you how to use the components. Inside the product you will find:

**[D3 | EVOLUÇÃO DO COVID 19]** é um site responsivel que calcula o R(0) do covid-2019 no Brasil e mundo. Utiliza também informações atualizadas por meio de APIs
## Links:

+ [Live Preview](https://creativetimofficial.github.io/now-ui-kit-angular/index)
+ [Landing Page](https://creativetimofficial.github.io/now-ui-kit-angular/examples/landing)
+ [Login Page](https://creativetimofficial.github.io/now-ui-kit-angular/examples/login)
+ [Profile Page](https://creativetimofficial.github.io/now-ui-kit-angular/examples/profile)
+ [Now UI Kit PRO Angular](https://creativetimofficial.github.io/now-ui-kit-pro-angular/presentation) (from $79)
+ [API COVID 19](https://api.covid19api.com)
+ [API IBGE](https://servicodados.ibge.gov.br/api/v1/projecoes)


## Terminal Commands

1. Install NodeJs from [NodeJs Official Page](https://nodejs.org/en).
2. Open Terminal
3. Go to your file project
4. Run in terminal: ```npm install -g @angular/cli```
5. Then: ```npm install```
6. And: ```npm start```
7. Navigate to [localhost:4200](localhost:4200)
### What's included
1. Instale NodeJs de [NodeJs Official Page](https://nodejs.org/en).
2. Abra o Terminal
3. Vá para o seu projeto de arquivo
4. Execute no terminal: ```npm install -g @angular/cli```
5. Então: ```npm install```
6. E: ```npm start```
7. Navegue para [localhost:4200](localhost:4200)
### O que está incluído

Within the download you'll find the following directories and files:
No download, você encontrará os seguintes diretórios e arquivos:

```
Now Ui Kit Angular
D3_CHALLENGE
├── CHANGELOG.md
├── README.md
├── angular.json
├── documentation
│   ├── css
│   ├── js
│   └── tutorial-components.html
├── e2e
├── karma.conf.js
├── package-lock.json
Expand All @@ -65,60 +42,20 @@ Now Ui Kit Angular
│   │   ├── app.module.ts
│   │   ├── app.routing.ts
│   │   ├── components
│   │   │   ├── basicelements
│   │   │   │   ├── basicelements.component.html
│   │   │   │   ├── basicelements.component.scss
│   │   │   │   ├── basicelements.component.spec.ts
│   │   │   │   └── basicelements.component.ts
│   │   │   ├── components.component.html
│   │   │   ├── components.component.ts
│   │   │   ├── components.module.ts
│   │   │   ├── modal
│   │   │   │   ├── modal.component.html
│   │   │   │   ├── modal.component.scss
│   │   │   │   ├── modal.component.spec.ts
│   │   │   │   └── modal.component.ts
│   │   │   ├── navigation
│   │   │   │   ├── navigation.component.html
│   │   │   │   ├── navigation.component.scss
│   │   │   │   ├── navigation.component.spec.ts
│   │   │   │   └── navigation.component.ts
│   │   │   ├── notification
│   │   │   │   ├── notification.component.html
│   │   │   │   ├── notification.component.scss
│   │   │   │   ├── notification.component.spec.ts
│   │   │   │   └── notification.component.ts
│   │   │   ├── nucleoicons
│   │   │   │   ├── nucleoicons.component.html
│   │   │   │   ├── nucleoicons.component.scss
│   │   │   │   ├── nucleoicons.component.spec.ts
│   │   │   │   └── nucleoicons.component.ts
│   │   │   └── typography
│   │   │   ├── typography.component.html
│   │   │   ├── typography.component.scss
│   │   │   ├── typography.component.spec.ts
│   │   │   └── typography.component.ts
│   │   ├── examples
│   │   │   ├── examples.component.html
│   │   │   ├── examples.component.scss
│   │   │   ├── examples.component.spec.ts
│   │   │   ├── examples.component.ts
│   │   │   ├── examples.module.ts
│   │   │   ├── landing
│   │   │   │   ├── landing.component.html
│   │   │   │   ├── landing.component.scss
│   │   │   │   ├── landing.component.spec.ts
│   │   │   │   └── landing.component.ts
│   │   │   ├── login
│   │   │   │   ├── login.component.html
│   │   │   │   ├── login.component.scss
│   │   │   │   ├── login.component.spec.ts
│   │   │   │   └── login.component.ts
│   │   │   └── profile
│   │   │   ├── profile.component.html
│   │   │   ├── profile.component.scss
│   │   │   ├── profile.component.spec.ts
│   │   │   └── profile.component.ts
│   │   │   ├── painel
│   │   │   │   ├── painel.component.html
│   │   │   │   ├── painel.component.scss
│   │   │   │   ├── painel.component.spec.ts
│   │   │   │   └── painel.component.ts
│   │   │   └── Modais
│   │   │      ├── comunicado
│   │   │      │   └── comunicado.component.scss
│   │   │      │   └── comunicado.component.scss
│   │   │      │   └── comunicado.component.scss
│   │   │      └── detalhes-evolucao
│   │   │         └── detalhes-evolucao.component.scss
│   │   │         └── detalhes-evolucao.component.scss
│   │   │         └── detalhes-evolucao.component.scss
│   │   └── shared
│   │   └── navbar
│   │   ├── navbar.component.html
Expand Down Expand Up @@ -146,28 +83,3 @@ Now Ui Kit Angular
├── tsconfig.json
└── tslint.json
```

## Useful Links

More products from Creative Tim: <http://www.creative-tim.com/bootstrap-themes>

Tutorials: <https://www.youtube.com/channel/UCVyTG4sCw-rOvB9oHkzZD1w>

Freebies: <http://www.creative-tim.com/products>

Affiliate Program (earn money): <http://www.creative-tim.com/affiliates/new>

Social Media:

Twitter: <https://twitter.com/CreativeTim>

Facebook: <https://www.facebook.com/CreativeTim>

Dribbble: <https://dribbble.com/creativetim>

Google+: <https://plus.google.com/+CreativetimPage>

Instagram: <https://instagram.com/creativetimofficial>

[CHANGELOG]: ./CHANGELOG.md
[version-badge]: https://img.shields.io/badge/version-1.3.0-blue.svg
7 changes: 0 additions & 7 deletions documentation/css/bootstrap.min.css

This file was deleted.

Loading