Skip to content

Commit

Permalink
Merge pull request #4 from johnnygerard/refactor
Browse files Browse the repository at this point in the history
feat: update docs and landing page
  • Loading branch information
johnnygerard authored Dec 13, 2024
2 parents ad4867b + b7b80ca commit 60a106c
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 19 deletions.
22 changes: 4 additions & 18 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Frontend Mentor | placeholder
# Angular 19 Starter

This is my solution to the [placeholder](https://www.frontendmentor.io/challenges/placeholder)
from [Frontend Mentor](https://www.frontendmentor.io/).
This starter repository facilitates the creation of new Angular projects using the configuration described below.
To learn how to use a GitHub template repository, check out [Creating a repository from a template](https://docs.github.com/en/repositories/creating-and-managing-repositories/creating-a-repository-from-a-template).

![project status](https://img.shields.io/badge/status-work%20in%20progress-red?style=for-the-badge)
![live demo](https://img.shields.io/badge/live_demo-blue?style=for-the-badge)
Expand All @@ -14,28 +14,14 @@ from [Frontend Mentor](https://www.frontendmentor.io/).
- **Framework**: [Angular](https://angular.dev/)
- **Style**: [Tailwind CSS](https://tailwindcss.com/)

### Backend

- **CDN**: Static assets served from [Vercel Edge Network](https://vercel.com/docs/edge-network/overview).

## Dev Environment & Tools

- System: [Ubuntu 24](https://ubuntu.com/desktop)
- System: [Ubuntu](https://ubuntu.com/desktop)
- IDE: [WebStorm](https://www.jetbrains.com/webstorm/)
- Formatter: [Prettier](https://prettier.io/)
- Linter: [ESLint](https://eslint.org/)
- AI assistant: [GitHub Copilot](https://github.com/features/copilot)

## Screenshots

### Mobile Home Page

![mobile home page](docs/screenshots/mobile.png)

### Desktop Home Page

![desktop home page](docs/screenshots/desktop.png)

## Copyright

© 2024 Johnny Gérard
Binary file removed docs/screenshots/desktop.png
Binary file not shown.
Binary file removed docs/screenshots/mobile.png
Binary file not shown.
Binary file modified public/favicon-32x32.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion src/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<meta content="width=device-width, initial-scale=1" name="viewport" />
<link href="/favicon-32x32.png" rel="icon" sizes="32x32" type="image/png" />
</head>
<body>
<body class="grid min-h-screen place-content-center">
<app-root></app-root>
<noscript>
<div
Expand Down

0 comments on commit 60a106c

Please sign in to comment.