Skip to content

profdangarcia/my-portfolio

Repository files navigation


Logo

Dan Garcia - Porfolio Project Repo

This is my porfolio website repository. Its open source ... so feel free to grab some ideas.

🏃‍♂️ Try it Local

Three simple steps:

  1. This project is made with NPM v13.7.0, so it is recommended that you use the Node Version Manager NVM, once you did it run:
nvm use
  1. Once you are using the same NPM version just run:
yarn
  1. And run the development server
yarn dev

Open http://localhost:3000 with your browser to see the result.

🔥 Created With

  • NextJS - The greatest frontend hype of the moment. NextJS allows SSR, SSG and a lot of other features ready to use! THANKS FOR THAT VERCEL ❤️;
  • Typescript - Why not apply the type hability to Javascript;
  • Styled Components - Powerfull tool to write CSS;
  • React Icons - Lots of icons to use as components;

🧁 Code Style with:

  • ESLint - ESLint is a pluggable lint tool for JavaScript and JSX;
  • Prettier - Prettier updates your code automatically to the standards you want every time you save the file;
  • EditorConfig - EditorConfig is a file and collection formatter in the form of a plugin for code / text editors with the aim of maintaining a consistent code standard between different editors, IDE's or environments;

🥳 Contribution

Contributions are what make the open source community an incredible place to learn, inspire and create. Any contribution you make will be ** much appreciated **.

  1. Fork the project
  2. Create a branch for your feature (git checkout -b feature/awesome-feature)
  3. Add your changes (git add .)
  4. Commit your changes (git commit -m 'feat: giving you some coffee)
  5. Push your branch (git push origin feature/awesome-feature)
  6. Open a Pull Request

About

First portfolio project with NextJS and Typescript

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published