GitXplorerGitXplorer
a

portfolio

public
0 stars
0 forks
0 issues

Commits

List of commits on branch main.
Verified
ec80593c3019312ad4360fddd9c4c9075f3fa818

Delete .DS_Store

aakmarzhan1 committed 2 years ago
Unverified
052a895e95e616218a276ffba312514e94421d74

amazon pics

committed 2 years ago
Unverified
71a94c2883582eb13eaf2e73fd5450c19d6ebb33

change view

committed 2 years ago
Unverified
b29d0b426be0258b840f62c695f1014a68770a22

change projects

committed 2 years ago
Unverified
8aee8ee3cf4a56f27fb1e3da51a1b259f79a6295

resume update

committed 3 years ago
Verified
97fbad660ae099f020f87e31ad2ee9c550ff6e9b

update readme

aakmarzhan1 committed 3 years ago

README

The README file for this repository.

Akma's Portfolio

Welcome to my portfolio website repo! I use basic JS/HTML/CSS and three.js with models imported from Blender to add a twist. The three.js parts were inspired by Bruno Simon's course. The first page of the finished website looks like this:

Screen Shot 2022-06-06 at 16 00 12

If you want to see the deployed version, visit this website: https://akmarzhan.netlify.app/

I also added some of my earlier projects, feel free to contact me if you have any questions!

Setup

To run this repo, you will need to download Node.js and execute the following commands:

# Install dependencies (only the first time)
npm install

# Run the local server at localhost:8080
npm run dev

# Build for production in the dist/ directory
npm run build

Happy coding!