|
1 | | -# AngularRandomCard |
| 1 | +<h1 align="center">welcome to angular random card generator 👋</h1> |
| 2 | +<p> |
| 3 | + <img alt="Version" src="https://img.shields.io/badge/version-1.0.0-blue.svg?cacheSeconds=2592000" /> |
| 4 | + <img alt="Maintenance" src="https://img.shields.io/badge/Maintained-yes-blue.svg" /> |
| 5 | +</p> |
2 | 6 |
|
3 | | -This project was generated with [Angular CLI](https://github.com/angular/angular-cli) version 9.1.13. |
| 7 | +> an angular app consuming <https://randomuser.me/api/> API and displaying random user on every refresh or button click. |
4 | 8 |
|
5 | | -## Development server |
| 9 | +## 🔥 [Home](https://alok722.github.io/angular-random-card/) |
6 | 10 |
|
7 | | -Run `ng serve` for a dev server. Navigate to `http://localhost:4200/`. The app will automatically reload if you change any of the source files. |
| 11 | +## 📸 screenshot |
| 12 | + |
8 | 13 |
|
9 | | -## Code scaffolding |
| 14 | +## 🛠 usage |
10 | 15 |
|
11 | | -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`. |
| 16 | +```sh |
| 17 | +$ git clone https://github.com/alok722/angular-random-card.git |
12 | 18 |
|
13 | | -## Build |
| 19 | +$ cd angular-random-card |
14 | 20 |
|
15 | | -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. |
| 21 | +$ npm i |
16 | 22 |
|
17 | | -## Running unit tests |
| 23 | +$ npm run start |
| 24 | +``` |
18 | 25 |
|
19 | | -Run `ng test` to execute the unit tests via [Karma](https://karma-runner.github.io). |
| 26 | +## 👤 author |
20 | 27 |
|
21 | | -## Running end-to-end tests |
| 28 | + **Alok raj (alokr417@gmail.com)** |
22 | 29 |
|
23 | | -Run `ng e2e` to execute the end-to-end tests via [Protractor](http://www.protractortest.org/). |
| 30 | +* website: https://alokraj.tech/ |
| 31 | +* github: [@alok722](https://github.com/alok722) |
| 32 | +* linkedin: [@alok722](https://linkedin.com/in/alok722) |
24 | 33 |
|
25 | | -## Further help |
26 | 34 |
|
27 | | -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). |
| 35 | +## 🤝 contributing |
| 36 | + |
| 37 | +contributions, issues and feature requests are welcome! |
| 38 | + |
| 39 | +## 🙌 show your support |
| 40 | + |
| 41 | +give a ⭐️ if this project helped you! |
| 42 | + |
| 43 | + |
| 44 | +*** |
0 commit comments