Skip to content

Commit 757b5da

Browse files
committed
docs: update README with Sudoku project and correct live URL
1 parent e795671 commit 757b5da

2 files changed

Lines changed: 12 additions & 5 deletions

File tree

README.md

Lines changed: 11 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# David Agustin - Portfolio Website
22

3-
A modern, responsive portfolio website showcasing **10+ diverse projects** and **50+ technologies** across full-stack development, AI/ML, and modern web applications. Built with React, TypeScript, and Tailwind CSS featuring smooth animations and clean design.
3+
A modern, responsive portfolio website showcasing **13+ diverse projects** and **50+ technologies** across full-stack development, AI/ML, and modern web applications. Built with React, TypeScript, and Tailwind CSS featuring smooth animations and clean design.
44

55
## 🚀 Features
66

@@ -27,7 +27,7 @@ A modern, responsive portfolio website showcasing **10+ diverse projects** and *
2727

2828
## 🎯 Featured Projects
2929

30-
This portfolio showcases **10+ diverse projects** built with modern web technologies and AI/ML frameworks:
30+
This portfolio showcases **13+ diverse projects** built with modern web technologies and AI/ML frameworks:
3131

3232
### **TechStore - Computer Hardware Store** - E-commerce Platform
3333
- **Tech Stack**: SvelteKit 2.0, TypeScript, Tailwind CSS, Lucide Svelte, Azure Static Web Apps
@@ -89,6 +89,12 @@ This portfolio showcases **10+ diverse projects** built with modern web technolo
8989
- **Live Demo**: [https://netlify-practice-one.netlify.app](https://netlify-practice-one.netlify.app)
9090
- **GitHub**: [https://github.com/davidagustin/netlify-practice](https://github.com/davidagustin/netlify-practice)
9191

92+
### 🧩 **Sudoku Game** - Interactive Puzzle Game
93+
- **Tech Stack**: React 18, Express.js, Node.js, Webpack 5, Heroku, CSS3
94+
- **Features**: Three difficulty levels, real-time validation, interactive gameplay, modern UI/UX
95+
- **Live Demo**: [https://heroku-sudoku-49243446e4d3.herokuapp.com/](https://heroku-sudoku-49243446e4d3.herokuapp.com/)
96+
- **GitHub**: [https://github.com/davidagustin/heroku-practice](https://github.com/davidagustin/heroku-practice)
97+
9298
## 📁 Project Structure
9399

94100
```
@@ -99,7 +105,7 @@ src/
99105
│ ├── Footer.tsx # Footer component
100106
│ ├── Hero.tsx # Hero section with stats
101107
│ ├── Navbar.tsx # Navigation bar
102-
│ └── Projects.tsx # Projects showcase (10+ projects)
108+
│ └── Projects.tsx # Projects showcase (13+ projects)
103109
├── hooks/ # Custom React hooks
104110
├── types/ # TypeScript type definitions
105111
├── utils/ # Utility functions
@@ -164,7 +170,7 @@ Each section is a separate component in the `src/components/` directory:
164170
App-wide constants are defined in `src/utils/constants.ts`:
165171
- Navigation items
166172
- Social links
167-
- Project data (10+ projects)
173+
- Project data (13+ projects)
168174
- Contact information
169175

170176
## 🚀 Deployment
@@ -265,6 +271,7 @@ This portfolio demonstrates expertise across **50+ modern web technologies**:
265271
- **Netlify** - Static site hosting and deployment
266272
- **Surge.sh** - Simple static site deployment
267273
- **Render** - Cloud application hosting
274+
- **Heroku** - Cloud application platform
268275
- **Digital Ocean** - Cloud infrastructure
269276
- **AWS** - Cloud computing platform
270277

src/utils/constants.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -359,7 +359,7 @@ export const PROJECTS: Project[] = [
359359
'A beautiful and interactive Sudoku game built with React and Express, deployed on Heroku. Features three difficulty levels (Easy, Medium, Hard), real-time validation, visual feedback with highlighted cells and error indicators, and modern UI with smooth animations.',
360360
technologies: ['React 18', 'Express.js', 'Node.js', 'Webpack 5', 'Heroku', 'CSS3'],
361361
githubUrl: 'https://github.com/davidagustin/heroku-practice',
362-
liveUrl: 'https://heroku-practice-12345.herokuapp.com',
362+
liveUrl: 'https://heroku-sudoku-49243446e4d3.herokuapp.com/',
363363
icon: FaPuzzlePiece,
364364
category: 'Gaming',
365365
features: [

0 commit comments

Comments
 (0)