Skip to content

hellenfc/my-portfolio

Repository files navigation


Logo

My Portfolio

Table of Contents
  1. About The Project
  2. Getting Started

About The Project

Hellen Fiallos' portfolio website Product Name Screen Shot

Built With

This section should list any major frameworks that you built your project using. Leave any add-ons/plugins for the acknowledgements section. Here are a few examples.

Getting Started

Instrictions on setting up your project locally. To get a local copy up and running follow these simple steps.

Prerequisites

node version 18.0.0 or higher

Installation

  1. Clone the repo
    git clone https://github.com/your_username_/Project-Name.git
    ``
  2. Install NPM packages
    npm install

License

Distributed under the MIT License. See LICENSE for more information.

Contact

Project Link: https://github.com/your_username/repo_name

React + TypeScript + Vite

This template provides a minimal setup to get React working in Vite with HMR and some ESLint rules.

Currently, two official plugins are available:

Expanding the ESLint configuration

If you are developing a production application, we recommend updating the configuration to enable type aware lint rules:

  • Configure the top-level parserOptions property like this:
export default {
  // other rules...
  parserOptions: {
    ecmaVersion: 'latest',
    sourceType: 'module',
    project: ['./tsconfig.json', './tsconfig.node.json'],
    tsconfigRootDir: __dirname,
  },
}
  • Replace plugin:@typescript-eslint/recommended to plugin:@typescript-eslint/recommended-type-checked or plugin:@typescript-eslint/strict-type-checked
  • Optionally add plugin:@typescript-eslint/stylistic-type-checked
  • Install eslint-plugin-react and add plugin:react/recommended & plugin:react/jsx-runtime to the extends list