- HTML
- CSS
- Tailwind CSS
- JavaScript
- React
- Node.js
- Deploying to a production environment: Vercel
The repo contains the following:
/.devcontainer
.devcontainer/Dockerfile
: A configuration file used by Codespaces to determine operating system and other details..devcontainer/devcontainer.json
: A configuration file used by Codespaces to configure Visual Studio Code settings, such as the enabling of additional extensions.
/src
: This directory contains HTML, JS and CSS files used to build this portfolio site..eslintrc
: This file contains settings for ESLint that is included for code consistency and quality..prettierrc
: This file contains settings for Prettier that is used to format code.package.json
andpackage-lock.json
: These files define the project information for Node.js, dependent packages and the versions needed of each.