Skip to content

Commit dc20203

Browse files
committed
docs: Readme & Packages update
1 parent 7442ff3 commit dc20203

File tree

6 files changed

+19
-69
lines changed

6 files changed

+19
-69
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ LC website version 2.0 (3).
1313

1414
A full-stack website based on _NextJS_ and _Sanity_ consisting of a professional portfolio for personal branding.
1515

16-
© LC 2025 <ↄ All Rights reserved.
16+
© LC <ↄ All Rights reserved.
1717

1818
## Features
1919

backend/README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,17 +8,17 @@ LC 2.0 backend.
88

99
A server application that provides an UI and a **REST API** to access and manage the website data stored on the _Sanity_ headless CMS.
1010

11-
© LC 2025 <ↄ All Rights reserved.
11+
© LC <ↄ All Rights reserved.
1212

1313
## Stack
1414

1515
- **Languages**: JavaScript, Typescript, GraphQL
1616
- **Environments**: DOM
17-
- **Libraries**: Headless UI, GSAP, TypedJS, Testing Library
17+
- **Libraries**: Testing Library
1818
- **Frameworks**: Sanity
1919
- **Linters/Plugins**: ESLint, Prettier
2020
- **Compilers**: TypeScript
21-
- **Testing**: Jest, Testing Library, Cypress
21+
- **Testing**: Jest, Testing Library
2222
- **Versioning**: GitHub, Husky
2323
- **Continuous-Integration/Delivery**: GitHub Actions
2424
- **Deployment**: Sanity

backend/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "lc-20",
33
"version": "1.0.0",
4-
"description": "LC 2.0 Website Backend. © LC 2025 <ↄ All Rights reserved.",
4+
"description": "LC 2.0 Website Backend. © LC <ↄ All Rights reserved.",
55
"homepage": "https://lcv3.sanity.studio",
66
"repository": {
77
"type": "git",

frontend/README.md

Lines changed: 12 additions & 62 deletions
Original file line numberDiff line numberDiff line change
@@ -12,71 +12,21 @@ LC website version 2.0 (3) frontend.
1212

1313
A front-end website based on _NextJS_ consisting of a professional portfolio populated and managed by _Sanity_.
1414

15-
© LC 2025 <ↄ All Rights reserved.
15+
© LC <ↄ All Rights reserved.
1616

1717
## Stack
1818

19-
### Languages
20-
21-
- HTML
22-
- CSS
23-
- SASS
24-
- JavaScript
25-
- TypeScript
26-
- GROQ
27-
- YAML
28-
- Bash
29-
30-
### Environments
31-
32-
- DOM
33-
34-
### Libraries
35-
36-
- Headless UI
37-
- GSAP
38-
- TypedJS
39-
40-
### Frameworks
41-
42-
- React
43-
- NextJS
44-
- TailwindCSS
45-
- Jest
46-
- Cypress
47-
48-
### Pre/Post-Processors
49-
50-
- PostCSS
51-
- Sass
52-
53-
### Linters/Plugins
54-
55-
- stylelint
56-
- ESLint
57-
- Prettier
58-
59-
### Compilers
60-
61-
- TypeScript
62-
63-
### Testing
64-
65-
- Jest
66-
- Cypress
67-
68-
### Versioning
69-
70-
- GitHub
71-
- Husky
72-
73-
### Continuous-Integration/Delivery
74-
75-
- GitHub Actions
76-
77-
### Deployment
78-
79-
- Vercel
19+
- **Languages**: HTML, CSS, SASS, JavaScript, Typescript, GraphQL, YAML, Bash
20+
- **Environments**: DOM
21+
- **Libraries**: Headless UI, GSAP, TypedJS, Testing Library
22+
- **Frameworks**: React, Next.js, TailwindCSS, Jest, Cypress
23+
- **Pre/Post-Processors**: PostCSS, Sass
24+
- **Linters/Plugins**: stylelint, ESLint, Prettier
25+
- **Compilers**: TypeScript
26+
- **Testing**: Jest, Testing Library, Cypress
27+
- **Versioning**: GitHub, Husky
28+
- **Continuous-Integration/Delivery**: GitHub Actions
29+
- **Deployment**: Vercel
8030

8131
## Getting Started
8232

frontend/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "lc-2.0",
33
"version": "2.0.0",
4-
"description": "LC 2.0 Website Frontend. © LC 2025 <ↄ All Rights reserved.",
4+
"description": "LC 2.0 Website Frontend. © LC <ↄ All Rights reserved.",
55
"keywords": [
66
"portfolio",
77
"nextjs",

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "lc",
33
"version": "2.0.0",
4-
"description": "LC 2.0 Website. © LC 2025 <ↄ All Rights reserved.",
4+
"description": "LC 2.0 Website. © LC <ↄ All Rights reserved.",
55
"keywords": [
66
"portfolio",
77
"jamstack",

0 commit comments

Comments
 (0)