https://github.com/christophhu/github-pages-demo
https://github.com/christophhu/github-pages-demo
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/christophhu/github-pages-demo
- Owner: ChristophHu
- Created: 2024-12-23T07:17:24.000Z (6 months ago)
- Default Branch: main
- Last Pushed: 2025-03-04T04:37:06.000Z (3 months ago)
- Last Synced: 2025-04-12T01:06:24.046Z (about 2 months ago)
- Language: TypeScript
- Size: 893 KB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# GithubPagesDemo
## Demo
## Description
This repository is a dummy and demo application built with Angular 19, showcasing the integration with GitHub's API. It displays user information, repositorie, and other relevant data using Angular components and services. The application is styled using SASS and leverages TailwindCSS for utility-first styling.All my GithubPages will use this dummy application as a template for future projects.
## Frameworks and Languages
![]()
![]()
![]()
![]()
![]()
## Installation
To run this project, you need to have Node.js installed on your machine. Clone the repository and run the following commands:```bash
npm install
```## Usage
To run the project, use the following command:```bash
ng serve
```## Change Log
- add google-analythics## License
This project is licensed under the MIT License.The MIT License (MIT)
Copyright © 2024Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the “Software”), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED “AS IS”, WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.