This is a modern, responsive portfolio for a Full-Stack Developer & AI Enthusiast. It features a sleek dark theme with an interactive particle background, a custom cursor, and smooth scroll animations. Built with HTML, CSS, and JS, it showcases skills and projects in a dynamic, engaging way.
#For Reference check the provided link in about section or https://suyash-2511.github.io/codefolio/
This folder contains a small static web project used for testing and demonstration.
index.html- Main HTML page for the demo.script.js- JavaScript used by the demo.style.css- Styles for the demo.
You only need a modern web browser to open the demo. Optionally, for a better local development experience, you can use the Live Server extension in VS Code (recommended) — it serves files over a local dev server and reloads on changes.
Open the project in your browser directly or use one of these local server options.
- Open directly (no server)
- Double-click
index.htmlor open it from your browser (File → Open File...).
Note: Some features (like fetch/XHR requests) may be restricted when using the file:// protocol.
- Using Live Server (VS Code)
- Install the Live Server extension in VS Code.
- Open the
testfolder in VS Code. - Right-click
index.htmland choose "Open with Live Server".
- Using Live Server (VS Code) — recommended for development
- Install the Live Server extension in VS Code.
- Open the
testfolder in VS Code. - Right-click
index.htmland choose "Open with Live Server".
Note: If you prefer a command-line server later, I can add a small PowerShell script or npm script — tell me which and I'll add it.
index.html— entry page. Edit this to change content.style.css— styles. Update or replace to change appearance.script.js— client-side JavaScript.
- Replace placeholder text in
index.htmlwith your own. - Modify
style.cssto update colors, spacing, and layout. - Edit
script.jsto add interactivity or integrate with APIs.
- If styles or scripts don't load when opening the file directly, run a local server as described above.
- If the page is blank, check the browser console (F12) for errors.
This is a small demo; contributions are welcome:
- Fork the repo, make changes in the
testfolder, and open a pull request. - Keep changes small and focused. Explain the change in the PR description.
See the repository root LICENSE for license details.
If you'd like, I can also add a tiny README badge, example screenshot, or a live-preview GitHub Pages workflow. Tell me which and I'll add it.