Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/viniciuscestarii/portfolio
📱My web Portfolio made with Next.js, React.js, MUI.
https://github.com/viniciuscestarii/portfolio
bun echarts javascript mui nextjs reactjs typescript
Last synced: 23 days ago
JSON representation
📱My web Portfolio made with Next.js, React.js, MUI.
- Host: GitHub
- URL: https://github.com/viniciuscestarii/portfolio
- Owner: ViniciusCestarii
- License: mit
- Created: 2023-10-04T20:39:36.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-05-28T16:34:53.000Z (5 months ago)
- Last Synced: 2024-05-29T07:43:34.838Z (5 months ago)
- Topics: bun, echarts, javascript, mui, nextjs, reactjs, typescript
- Language: TypeScript
- Homepage: https://viniciuscestarii-portfolio.vercel.app/
- Size: 798 KB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# 🚀 Welcome to My Portfolio!
Hello there! 👋 I'm thrilled to have you visit my web portfolio, where I'm showcasing my skills, projects, and a bit about myself. While it's still a work in progress, feel free to explore what's available and get to know more about me.
Check it out: [click here to open my portfolio! 🤗](https://viniciuscestarii-portfolio.vercel.app/)
## 🌐 About Me
I'm passionate about technology, and my journey in the world of development has been nothing short of exciting. This portfolio serves as a snapshot of my professional journey, featuring both the projects I've worked on and the skills I've honed along the way.## 🛠️ Projects
Explore some of the projects I've been involved in. Each project is a testament to my dedication to being a better developer. From innovative solutions to challenges faced, these projects reflect the depth of my commitment to delivering excellence.## 📚 Skills
I thrive on continuous learning, and my skill set reflects my commitment to staying at the forefront of technology trends. Here are some of the key skills I bring to the table:- Technical Skills: React, Next.js, Node, .NET, Express, Docker, PostgreSQL, and more.
- Soft Skills: resilient, educated, intelligent, curious, empathetic, and more.## 📬 Contact
While you explore, don't hesitate to reach out! I'm always open to connecting with fellow enthusiasts, collaborators, or anyone who shares a passion for technology.- Email: [email protected]
- LinkedIn: [LinkedIn](https://www.linkedin.com/in/-vinicius-cestari/)## 📆 What's Next?
I'm actively working on enhancing this portfolio and other projects, so stay tuned for more updates! Your feedback is valuable to me, so if you have any thoughts or suggestions, feel free to drop me a message.Thank you for stopping by, and I look forward to sharing more with you soon! 🌟
## 🛠️ How to Run the Project
To run this project locally, follow these steps:
1. **Environment Variables**:
Ensure to set up any necessary environment variables required for the project. Refer to `.env.example` for guidance.2. **Clone the repository**:
```bash
git clone https://github.com/ViniciusCestarii/Portfolio.git
cd portfolio
```3. **Install dependencies**:
Ensure you have Bun installed. Then, install the required packages:
```bash
bun i
```4. **Run the development server**:
Start the local development server:
```bash
bun dev
```5. **Open your browser**:
Open your browser and navigate to `http://localhost:3000` to view the portfolio.Want to check out the components in isolation? Follow this step:
- **Run the Storybook**:
Start the Storybook server:
```bash
bun storybook
```To build and start this project locally for production, follow these steps:
1. **Build for production**:
To build the project for production, use the following command:
```bash
bun run build
```2. **Run the production server**:
After building, you can start the production server with:
```bash
bun start
```If you encounter any issues or have any questions, feel free to reach out through the contact information provided above. Happy coding!