A simple portfolio site built with Node, HTML, and CSS.
- Node.js
- HTML
- CSS
- Node.js installed
- npm
git clone https://github.com/konglene/Portfolio.git
cd Portfolio
npm installnpm startOpen http://localhost:3000 in your browser.
npm run buildThe build folder contains the static files.
-
public
- index.html
- images
- projects
-
src
- styles
- data
- App.js
- index.js
- Edit src/data/projects.js or src/data/projects.json
- Add an image to src/assets
- Import or load the new entry in the Projects page
- Restart the dev server if it runs
-
Port in use
PORT=3001 npm start
-
Environment variables
- Use a .env file at the project root
- Prefix client variables with REACT_APP_
-
Images not loading
- Check paths relative to public
- Use imports for images inside src
npm test- Fork the repo
- Create a branch named feature/your-feature
- Commit with clear messages
- Push and open a pull request
MIT License Copyright (c) 2025 kongle