Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jefferson1104/soaresdev.com
My personal portfolio highlighting my experience as a Web Software Engineer.
https://github.com/jefferson1104/soaresdev.com
framer-motion joi-validation nextjs resend tailwindcss typescript
Last synced: 2 days ago
JSON representation
My personal portfolio highlighting my experience as a Web Software Engineer.
- Host: GitHub
- URL: https://github.com/jefferson1104/soaresdev.com
- Owner: jefferson1104
- Created: 2024-03-06T17:58:01.000Z (8 months ago)
- Default Branch: main
- Last Pushed: 2024-10-29T22:32:04.000Z (16 days ago)
- Last Synced: 2024-10-30T00:44:59.329Z (16 days ago)
- Topics: framer-motion, joi-validation, nextjs, resend, tailwindcss, typescript
- Language: TypeScript
- Homepage: https://soaresdev.com
- Size: 3.38 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## :memo: About project
Welcome to the repository of SoaresDev.com, my personal portfolio highlighting my experience as a Web Software Engineer. This project encapsulates my professional journey, skills in modern technologies, and open-source projects.
## :rocket: Technologies
- [Next.js](https://nextjs.org/)
- [TypeScript](https://www.typescriptlang.org/)
- [Tailwind CSS](https://tailwindcss.com/)
- [Resend](https://resend.com/docs/introduction)
- [Framer Motion](https://www.framer.com/motion/)
- [React Type Animation](https://react-type-animation.netlify.app/)
- [Lucide](https://lucide.dev/guide/packages/lucide-react)
- [Joi](https://joi.dev/api/?v=17.12.2)
- [Toastify](https://fkhadra.github.io/react-toastify/introduction/)## :cyclone: Run this project
```bash
# Clone this project
$ git clone [email protected]:jefferson1104/soaresdev.com.git# Project directory
$ cd soaresdev.com# Install dependencies
$ npm install# run the project as development mode
$ npm run dev# open in your browser
http://localhost:3000
```