After purchase, click the Download Source Code (ZIP) button on the success page. Save the ZIP file to your computer, then extract it:
unzip filename.zipAfter extracting, you'll see a folder with the project files. Open it — you should see an index.html file along with css/, js/, and possibly assets/ folders.
All our projects are built with plain HTML, CSS, and JavaScript — no installation required.
Option A — Open directly in browser (quickest):
Double-click index.html to open it in your default browser. The project will run immediately.
Option B — Use VS Code + Live Server (recommended):
index.html → Open with Live ServerOpen any file in VS Code to start editing:
index.html — main structure and contentcss/style.css — colors, fonts, layoutjs/main.js or js/app.js — functionality and logicChange text, colors, images, and features to make it your own.
To put your project live on the internet, use one of these free options:
GitHub Pages (free, easiest):
https://yourusername.github.io/repo-nameNetlify (free, drag & drop):
Images not loading? Make sure image paths are relative (e.g., images/photo.jpg not C:\Users\...).
JavaScript not working? Open browser DevTools (F12) → Console tab to see error messages.
Styles not applying? Check that the CSS file path in <link> tag matches the actual file location.
Email us at niksprojectss@gmail.com with your transaction ID and describe the issue. We'll help you get it running.