Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mindexpert7546/fakedetails
Developing an Angular application designed to display fake details can serve various purposes, such as testing, demonstration, prototyping, or educational uses. Here's a brief overview of what such an application might entail, its architecture, and its potential features:
https://github.com/mindexpert7546/fakedetails
angular angular17 angularjs json npm tyepscript
Last synced: about 1 month ago
JSON representation
Developing an Angular application designed to display fake details can serve various purposes, such as testing, demonstration, prototyping, or educational uses. Here's a brief overview of what such an application might entail, its architecture, and its potential features:
- Host: GitHub
- URL: https://github.com/mindexpert7546/fakedetails
- Owner: mindexpert7546
- Created: 2024-04-09T07:18:14.000Z (7 months ago)
- Default Branch: main
- Last Pushed: 2024-04-09T13:46:49.000Z (7 months ago)
- Last Synced: 2024-04-10T10:35:00.162Z (7 months ago)
- Topics: angular, angular17, angularjs, json, npm, tyepscript
- Language: TypeScript
- Homepage: https://fake-details.vercel.app
- Size: 173 KB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
### Live view : https://fake-details.vercel.app/list-view
## Screen shot
![image](https://github.com/mindexpert7546/fakeDetails/assets/89348788/011e0738-611a-4349-9045-3b2b2bb904fb)![image](https://github.com/mindexpert7546/fakeDetails/assets/89348788/e5ec9c96-da76-4b63-948c-be93b2fc3c20)
![image](https://github.com/mindexpert7546/fakeDetails/assets/89348788/851d312a-9de5-44a6-9aeb-f102a79d98ad)
This project was generated with [Angular CLI](https://github.com/angular/angular-cli) version 17.3.2.
## Development server
Run `ng serve` for a dev server. Navigate to `http://localhost:4200/`. The application will automatically reload if you change any of the source files.
# Prerequisites
Node js(Latest) and Angular(17) CLI
## How to use :### 1. Clone the repo by
```
git clone https://github.com/mindexpert7546/fakeDetails.git
```
### 2. Package Install
```
ng i
```
### Finally run the application
```
npm start
```
## BuildRun `ng build` to build the project. The build artifacts will be stored in the `dist/` directory.
## Running unit tests
Run `ng test` to execute the unit tests via [Karma](https://karma-runner.github.io).
## Running end-to-end tests
Run `ng e2e` to execute the end-to-end tests via a platform of your choice. To use this command, you need to first add a package that implements end-to-end testing capabilities.
## Further help
To get more help on the Angular CLI use `ng help` or go check out the [Angular CLI Overview and Command Reference](https://angular.io/cli) page.