https://github.com/vagnernerves/portfolio
I developed my portfolio using React and Next.js (version 14). The project is intended to showcase my projects and experiences.
https://github.com/vagnernerves/portfolio
nextjs phosphor-icons react react-player tailwindcss typescript typewriter-effect
Last synced: 3 months ago
JSON representation
I developed my portfolio using React and Next.js (version 14). The project is intended to showcase my projects and experiences.
- Host: GitHub
- URL: https://github.com/vagnernerves/portfolio
- Owner: VagnerNerves
- License: mit
- Created: 2023-07-28T13:24:04.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-12-27T15:26:18.000Z (6 months ago)
- Last Synced: 2025-03-24T20:11:15.449Z (3 months ago)
- Topics: nextjs, phosphor-icons, react, react-player, tailwindcss, typescript, typewriter-effect
- Language: TypeScript
- Homepage: https://www.vagnernerves.com/
- Size: 1.98 MB
- Stars: 6
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Project Portfolio
🔗 https://www.vagnernerves.dev/ 🔗
I developed my portfolio using React and Next.js. The project is intended to showcase my projects and experiences.
## 🧠Table of contents
- [🧠Table of contents](#-table-of-contents)
- [🎥 Implementation Video](#-implementation-video)
- [🎨 Layout](#-layout)
- [💡 Technologies Used](#-technologies-used)
- [📂 Folder Structure](#-folder-structure)
- [🚀 Running the Project](#-running-the-project)
- [Front-end Web](#front-end-web)
- [🌎 License](#-license)
- [✒ Author](#-author)## 🎥 Implementation Video
https://github.com/VagnerNerves/portfolio/assets/40831841/735669fb-0318-4c74-89ad-e89740578849
## 🎨 Layout
Layout developed by [Vagner Nerves](https://www.linkedin.com/in/vagnernervessantos/)
[](https://www.figma.com/file/2YwWYM0V1Ia7d4ulLwC5v8/Portif%C3%B3lio-Vagner-Nerves?type=design&node-id=1%3A2&mode=design&t=FWRVhqeAA7IUqOVH-1)
## 💡 Technologies Used
- [x] [Next.js](https://nextjs.org/)
- [x] [React](https://reactjs.org/)
- [x] [TypeScript](https://www.typescriptlang.org/)
- [x] [Tailwindcss](https://tailwindcss.com/)
- [x] [Phosphor Icons](https://phosphoricons.com/)
- [x] [React Player](https://github.com/CookPete/react-player)
- [x] [typewriter-effect](https://www.npmjs.com/package/typewriter-effect)## 📂 Folder Structure
```plainText
web
.
├── public # Contains images project
├── src # Source files
│ ├── app # Aplication entry
│ ├── assets # Contains Js bundles assets. e.g: icons, splash, images etc...
│ ├── components # Contains all global react components
│ ├── context # All contexts
│ ├── hooks # Customized hooks
│ ├── storage
│ ├── translations
.
.
└── README.md
```## 🚀 Running the Project
### Front-end Web
Clone the project
```bash
git clone https://github.com/VagnerNerves/portfolio.git
```Enter the project directory
```bash
cd portfolio
```Install with dependencies
```bash
npm install
```Start the server
```bash
npm run dev
```## 🌎 License
This project is under the MIT license. See the [LICENSE](https://github.com/VagnerNerves/portfolio/blob/main/LICENSE) file for more details.
## ✒ Author
Vagner Nerves
Made with love and hate 😅, get in touch!
[](https://www.linkedin.com/in/vagnernervessantos/)
[](mailto:[email protected])
[](https://github.com/VagnerNerves)