Skip to content

alvaldes/portfolio

Repository files navigation

thumbnail

👋Hi guys, here is my personal web site. Build as a Next.js project bootstrapped with create-next-app.

🛠️Built using

  • Node (v16.20.2) - An open-source, cross-platform JavaScript runtime environment

  • Next.js (v12.0.0) - A React framework with hybrid static & server rendering, and route pre-fetching, etc.

  • ChackraUI - A simple, modular and accessible component library for React.

  • Framer Motion - An animation library for React.

  • Vercel - A cloud platform that enables developers to host websites and web services.

👟Running locally

$ git clone https://github.com/alvaldes/portfolio.git
$ cd portfolio
$ npm install
$ npm run dev  # Open http://localhost:3000 with your browser

📂Project Structure

$PROJECT_ROOT# Page files
├── pages
│   # React component files
├── components
│   # Non-react modules
├── lib
│   # Static files for images
└── public
│   # Css files
└── styles

Contribute 🤜🤛

If you find a bug, or would like to incorporate new features, you are definitely welcome to create a Pull Request to improve the page👍.

License

Copyright (c) 2022 Angel L. Valdés MIT License