Skip to content

Commit 32b49b9

Browse files
committed
Simplify README - remove config and getting started docs
1 parent 908130d commit 32b49b9

1 file changed

Lines changed: 8 additions & 41 deletions

File tree

README.md

Lines changed: 8 additions & 41 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
11
![header](https://capsule-render.vercel.app/api?type=waving&color=0:00b4d8,100:0077b6&height=180&section=header&text=Portfolio%20Website&fontSize=40&fontColor=ffffff&animation=fadeIn&fontAlignY=38&desc=Alshafaraz%20Hussain%20Gazi&descAlignY=58&descSize=18)
22

33
<p align="center">
4+
<a href="https://coderchef26.dev" target="_blank">
5+
<img src="https://img.shields.io/badge/coderchef26.dev-000000?style=for-the-badge&logo=vercel&logoColor=white" />
6+
</a>
47
<a href="https://github.com/coderchef26/coderchef26.github.io" target="_blank">
58
<img src="https://img.shields.io/badge/GitHub-181717?style=for-the-badge&logo=github&logoColor=white" />
69
</a>
@@ -12,22 +15,22 @@
1215
</a>
1316
</p>
1417

15-
A modern, responsive portfolio website showcasing projects, skills, and professional experience. Built with Next.js 15, TypeScript, Tailwind CSS, Material-UI, and Framer Motion. Deployed on Vercel at [coderchef26.dev](https://coderchef26.dev).
18+
A modern, responsive portfolio website showcasing my projects, skills, and professional experience. Built with Next.js 15, TypeScript, Tailwind CSS, and Material-UI — deployed on Vercel.
1619

1720
---
1821

1922
### :sparkles: Features
2023

2124
- **Dark / Light Mode** — toggle between themes
22-
- **Animated UI** — smooth transitions and interactions via Framer Motion
25+
- **Animated UI** — smooth transitions via Framer Motion
2326
- **Projects Showcase** — featured carousel + filterable grid
2427
- **Contact Form** — validated form powered by Formspree
25-
- **Responsive** — mobile-first design across all screen sizes
26-
- **SEO Optimised**proper meta tags and Open Graph support
28+
- **Responsive** — mobile-first across all screen sizes
29+
- **SEO Optimised** — meta tags and Open Graph support
2730

2831
---
2932

30-
### :hammer_and_wrench: Tech Stack
33+
### :hammer_and_wrench: Built With
3134

3235
<div align="center">
3336
<img src="https://github.com/devicons/devicon/blob/master/icons/nextjs/nextjs-original.svg" title="Next.js 15" alt="Next.js" width="40" height="40"/>&nbsp;&nbsp;
@@ -38,42 +41,6 @@ A modern, responsive portfolio website showcasing projects, skills, and professi
3841
<img src="https://assets.vercel.com/image/upload/front/favicon/vercel/57x57.png" title="Vercel" alt="Vercel" width="40" height="40"/>
3942
</div>
4043

41-
| Layer | Technology |
42-
|---|---|
43-
| Framework | Next.js 15 (App Router) |
44-
| Language | TypeScript |
45-
| Styling | Tailwind CSS + MUI |
46-
| Animations | Framer Motion |
47-
| Forms | React Hook Form + Zod + Formspree |
48-
| CMS | Prismic (optional) |
49-
| Hosting | [Vercel](https://vercel.com)[coderchef26.dev](https://coderchef26.dev) |
50-
51-
---
52-
53-
### :rocket: Getting Started
54-
55-
```bash
56-
# Clone the repo
57-
git clone https://github.com/coderchef26/coderchef26.github.io.git
58-
cd coderchef26.github.io
59-
60-
# Install dependencies
61-
npm install
62-
63-
# Run dev server
64-
npm run dev
65-
```
66-
67-
Open [http://localhost:3000](http://localhost:3000) in your browser.
68-
69-
---
70-
71-
### :gear: Configuration
72-
73-
**Contact Form** — create a free form at [formspree.io](https://formspree.io) and update the endpoint in `src/slices/Contact/index.tsx`.
74-
75-
**Prismic CMS** (optional) — set `NEXT_PUBLIC_PRISMIC_ENVIRONMENT=your-repo-name` in your `.env` file.
76-
7744
---
7845

7946
### :mailbox: Contact

0 commit comments

Comments
 (0)