/portfolio2021

Building a portfolio with ThreeJs and Glassmorphism style

Primary LanguageCSS

Portfolio 2021

Structure and code for my 2021 portfolio

Here is my technology infrastructure for my 2021 portfolio to validate my Front End Skills.

Used Librairies : ThreeJS, VanillaTilt, JQuery

Demo of the initial infrastructure

Local Installation

Download the repo using HTTPS or SSH:

git clone https://github.com/JackCree/portfolio2021.git

Install dependencies with NPM or Yarn

 npm install

or

yarn

Run start launch the project

 npm run dev

Your app should open up automatically at http://localhost:3000 and you shoud see the first piece of code.

Front End Skills to validate

  • HTML: Semantic, Best Practices, Accessibility, SEO
  • CSS: Modern CSS, Responsive Design, Transition/Animation, Flexbox, Grid, Custom Properties
  • Basic Tools: Text Editor, Terminal, Design
  • Internet working: Hosting, DNS, HTTP
  • Javascript: Syntax, DOM Manip, Fetch, JSON, ES6+
  • FrameWork: Vite
  • Package Management: npm
  • Version Control: Git, Github
  • Back-End Path : Javascript (Nodejs)
  • Database: JSON, SQL

License

ViteJS is an open-source project running under the MIT License.