Skip to content
This repository was archived by the owner on Sep 21, 2025. It is now read-only.

Commit 4b52901

Browse files
authored
docs: update README (#85)
1 parent ee53655 commit 4b52901

File tree

3 files changed

+6
-62
lines changed

3 files changed

+6
-62
lines changed

.github/workflows/deploy.yml

Lines changed: 0 additions & 38 deletions
This file was deleted.

.github/workflows/pull_request.yml

Lines changed: 0 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -57,26 +57,3 @@ jobs:
5757

5858
- name: Stylelint
5959
run: pnpm stylelint
60-
61-
build:
62-
name: Build
63-
runs-on: ubuntu-latest
64-
needs: setup
65-
steps:
66-
- name: Checkout
67-
uses: actions/checkout@v4
68-
69-
- name: Install pnpm
70-
uses: pnpm/action-setup@v4
71-
72-
- name: Setup Node.js
73-
uses: actions/setup-node@v4
74-
with:
75-
node-version: 20
76-
cache: pnpm
77-
78-
- name: Install dependencies
79-
run: pnpm install
80-
81-
- name: Build
82-
run: pnpm build

README.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,9 @@
1-
# Applicationtrackr
1+
# ApplicationTrackr
2+
3+
> [!WARNING]
4+
> This project has been archived as of September 2025 and is no longer actively maintained.
5+
6+
ApplicationTrackr is an Angular-based web application designed to help job seekers track and manage their job applications. Built with Angular 18, Angular Material, and Firebase integration for data storage and authentication.
27

38
This project was generated with [Angular CLI](https://github.com/angular/angular-cli) version 12.2.2.
49

0 commit comments

Comments
 (0)