Loading repository data…
Loading repository data…
ycarlosedu / repository
Portfólio criado para compartilhar meu trabalho e mostrar uma visão mais profunda sobre quem sou e o que faço. Aqui, você encontrará uma seleção dos meus projetos mais significativos, refletindo minha paixão e dedicação ao desenvolvimento de software e design.
A transparent discovery signal based on current public GitHub metadata.
This score does not audit code, security, maintainers, documentation quality, or suitability. Verify the repository and its current documentation before adoption.
This is my personal portfolio repository, created to showcase my skills, projects, and career as a front-end developer. The project was built using modern technologies to ensure performance, accessibility, and a pleasant visual experience.
The colors were chosen to reflect modernity and also a little of my personality:
#007AFF#000000#FFFFFF#B3B3B3#F2F2F7#1B1B1BClone the repository:
git clone https://github.com/ycarlosedu/portfolio-nextjs.git
Access the project directory:
cd portfolio-nextjs
Install the dependencies:
npm install
Run the project:
npm run dev
Access the project in the browser at http://localhost:3000.
internationalization/ # Translation files
public/ # Static files
src/
├── app/[locale]/ # Project pages
├── components/ # Reusable components
├── hooks/ # Custom hooks
├── lib/ # Helper functions and utilities
├── server/ # API calls
├── store/ # Global states managed by zustand
├── styles/ # Styling files
├── utils/ # Reusable utility files
Contributions are welcome! If you have any suggestions or concerns, feel free to open an issue or submit a pull request.
This project is licensed under the MIT License. See the LICENSE file for more details.