Skip to content

Portfolio as a front end developer with Javascript, React, CSS, HTML, etc.

Notifications You must be signed in to change notification settings

EdithOrt/EdithOrtiz

Repository files navigation

Edith Ortiz Portfolio

GitHub deployments GitHub top language GitHub commit activity GitHub Repo stars Followers

Personal portfolio as a front end developer with Javascript, Typescript, React, Next js, CSS, HTML, etc.

Table of Contents

Installation

git clone https://github.com/EdithOrt/EdithOrtiz.git
cd EdithOrtiz
npm install

Usage

npm run dev
# or
yarn dev
# or
pnpm dev
# or
bun dev

Open http://localhost:3000 in your browser

Dependencies

  • React
  • React-dom
  • Next
  • Next-images
  • hookform/resolvers
  • dotenv
  • Typescript
  • react-hook-form
  • resend
  • swiper
  • Eslint
  • zod
  • sass

Folder Structure

EdithOrtiz/
│
├── public/
│ ├── favicon.ico
│ ├── EDITH-ORTIZ-CV-en.pdf
│ ├── edith-ortiz.png
│ └── logo-eoc.svg
│
│
├── app/
│ ├── lib/
│ │ ├── emailTemplate.tsx
│ │ ├── sendEmail.tsx
│ │ └── getProjectsImages.tsx
│ ├── ui/
│ │ ├── buttons/
│ │ │ ├── buttonAction.tsx
│ │ │ ├── buttonIcon.tsx
│ │ │ ├── buttonScroll.tsx
│ │ │ └── buttonScroll.tsx
│ │ │
│ │ ├── styles/
│ │ │ ├── aboutMe.module.scss
│ │ │ ├── buttons.module.scss
│ │ │ ├── contact.module.scss
│ │ │ ├── home.module.scss
│ │ │ ├── mixins.module.scss
│ │ │ ├── navbar.module.scss
│ │ │ ├── projects.module.scss
│ │ │ ├── skills.module.scss
│ │ │ ├── texts.module.scss
│ │ │ └── variables.module.scss
│ │ │
│ │ ├── aboutMeContainer.tsx
│ │ ├── contactForm.tsx
│ │ ├── fonts.ts
│ │ ├── homeContainer.tsx
│ │ ├── logo.tsx
│ │ ├── navbar.tsx
│ │ ├── paragraph.tsx
│ │ ├── projectItem.tsx
│ │ ├── projectsContainer.tsx
│ │ ├── skillsContainer.tsx
│ │ ├── svgComponent.tsx
│ │ └── title.tsx
│ │
│ ├── globals.scss
│ ├── layout.tsx
│ ├── page.tsx
│ └── page.module.scss
│
├── contexts/
│ └── getSection.tsx
│
├── .eslintrc.json
├── .gitignore
├── .env
├── aditional.d.ts
├── next.config.mjs
├── package-lock.json
├── package.json
├── README.md
└── tsconfig.json

Contributors

About

Portfolio as a front end developer with Javascript, React, CSS, HTML, etc.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published