https://github.com/jeandv/my-next-portfolio
My portfolio + Blog | Next.js, TypeScript, Tailwind and Sanity CMS
https://github.com/jeandv/my-next-portfolio
blog css framer-motion html javascript nextjs nextjs-blog nextjs13 portfolio react sanity tailwindcss typescript
Last synced: 17 days ago
JSON representation
My portfolio + Blog | Next.js, TypeScript, Tailwind and Sanity CMS
- Host: GitHub
- URL: https://github.com/jeandv/my-next-portfolio
- Owner: jeandv
- Created: 2023-01-23T06:47:04.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2025-03-19T22:14:41.000Z (about 1 month ago)
- Last Synced: 2025-03-29T04:08:43.957Z (24 days ago)
- Topics: blog, css, framer-motion, html, javascript, nextjs, nextjs-blog, nextjs13, portfolio, react, sanity, tailwindcss, typescript
- Language: TypeScript
- Homepage: https://jeanrondon.is-a.dev
- Size: 8.42 MB
- Stars: 148
- Watchers: 2
- Forks: 16
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Developer with over +3 years of JavaScript experience and a constant interest in learning new technologies. I have solid experience in Frontend development for web, mobile, and desktop applications, using technologies and frameworks like JavaScript, TypeScript, React, Next.js, Angular, Electron.js, and Ionic. Additionally, I have skills in Backend development with Node.js, Express, and MongoDB (NoSQL). I consistently follow best practices in prototyping, coding, clean architecture, SOLID principles, pixel-perfect design, GitFlow, and agile methodologies. I am currently on the path to becoming a DevOps professional, working with tools and technologies such as AWS, CI/CD, Docker, Kubernetes, Jenkins, and Terraform.
Email: [email protected]
Portfolio: jeanrondon.vercel.app
CV: rxresu.me/jeandv/cv-jean-rondon
GitHub: github.com/jeandv-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
## Autor 🤠
· Email: [email protected]
· [CV](https://rxresu.me/jeandv/cv-jean-rondon)
· [Portfolio](https://jeandv.vercel.app)
· [LinkedIn](https://linkedin.com/in/jeandv)
· [GitHub](https://github.com/jeandv)## Website URL 👁🗨
✔ Here! -> [jeandv.vercel.app](https://jeandv.vercel.app)
## Used tech tools 🛠️
· Tailwind CSS
· Framer Motion
· Mantine
· TypeScript
· Next.js
· Sanity## Used dev tools 🛠️
· ESlint
· Postcss
· Prettier## Instalation 💻
✔ Follow the steps in: "Getting Started" 👇
## Contact 📧
✔ If you want to contact me you can write me to [email protected] or to my [LinkedIn](https://www.linkedin.com/in/jeandv/) for inquiries or you can also talk to me by [Whatsapp](https://walink.co/2369d5)
-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
This is a [Next.js](https://nextjs.org/) project bootstrapped with [`create-next-app`](https://github.com/vercel/next.js/tree/canary/packages/create-next-app).
## Getting Started
First, run the development server:
```bash
npm run dev
# or
yarn dev
# or
pnpm dev
```Open [http://localhost:3000](http://localhost:3000) with your browser to see the result.
You can start editing the page by modifying `pages/index.tsx`. The page auto-updates as you edit the file.
[API routes](https://nextjs.org/docs/api-routes/introduction) can be accessed on [http://localhost:3000/api/hello](http://localhost:3000/api/hello). This endpoint can be edited in `pages/api/hello.ts`.
The `pages/api` directory is mapped to `/api/*`. Files in this directory are treated as [API routes](https://nextjs.org/docs/api-routes/introduction) instead of React pages.
This project uses [`next/font`](https://nextjs.org/docs/basic-features/font-optimization) to automatically optimize and load Inter, a custom Google Font.
## Learn More
To learn more about Next.js, take a look at the following resources:
- [Next.js Documentation](https://nextjs.org/docs) - learn about Next.js features and API.
- [Learn Next.js](https://nextjs.org/learn) - an interactive Next.js tutorial.You can check out [the Next.js GitHub repository](https://github.com/vercel/next.js/) - your feedback and contributions are welcome!
## Deploy on Vercel
The easiest way to deploy your Next.js app is to use the [Vercel Platform](https://vercel.com/new?utm_medium=default-template&filter=next.js&utm_source=create-next-app&utm_campaign=create-next-app-readme) from the creators of Next.js.
Check out our [Next.js deployment documentation](https://nextjs.org/docs/deployment) for more details.