Skip to content

Commit 834accd

Browse files
committed
deployable change
1 parent 86a131f commit 834accd

File tree

3 files changed

+33
-16
lines changed

3 files changed

+33
-16
lines changed

README.md

Lines changed: 31 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1,27 +1,44 @@
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>
26

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.
48
5-
## Development server
9+
## 🔥 [Home](https://alok722.github.io/angular-random-card/)
610

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+
![demo](./src/assets/demo.png)
813

9-
## Code scaffolding
14+
## 🛠 usage
1015

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
1218

13-
## Build
19+
$ cd angular-random-card
1420

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
1622

17-
## Running unit tests
23+
$ npm run start
24+
```
1825

19-
Run `ng test` to execute the unit tests via [Karma](https://karma-runner.github.io).
26+
## 👤 author
2027

21-
## Running end-to-end tests
28+
**Alok raj (alokr417@gmail.com)**
2229

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)
2433

25-
## Further help
2634

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+
***

angular.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
"build": {
1414
"builder": "@angular-devkit/build-angular:browser",
1515
"options": {
16-
"outputPath": "dist/angular-random-card",
16+
"outputPath": "dist/",
1717
"index": "src/index.html",
1818
"main": "src/main.ts",
1919
"polyfills": "src/polyfills.ts",
@@ -125,4 +125,4 @@
125125
"cli": {
126126
"analytics": false
127127
}
128-
}
128+
}

src/assets/demo.png

367 KB
Loading

0 commit comments

Comments
 (0)