Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/agustincartaya/cv
My personal portfolio
https://github.com/agustincartaya/cv
javascript next nodejs tailwind typescript
Last synced: about 21 hours ago
JSON representation
My personal portfolio
- Host: GitHub
- URL: https://github.com/agustincartaya/cv
- Owner: AgustinCartaya
- Created: 2024-10-16T06:48:47.000Z (23 days ago)
- Default Branch: master
- Last Pushed: 2024-11-05T16:45:29.000Z (2 days ago)
- Last Synced: 2024-11-05T17:29:44.403Z (2 days ago)
- Topics: javascript, next, nodejs, tailwind, typescript
- Language: TypeScript
- Homepage: https://agustin-cartaya.vercel.app/
- Size: 109 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Curriculum Vitae
This repository contains the source code for my online Curriculum Vitae (CV). The goal is to present my skills, experiences, and academic background in a clear and attractive manner.
## Demo
You can view a live demo of the CV [here](https://agustin-cartaya.vercel.app/).
## Technologies Used
- **Next.js**: Framework for building server-rendered React applications.
- **TypeScript**: For type safety and enhanced development experience.
- **JavaScript**: For interactivity and dynamic features.
- **Libraries/Frameworks**: Tailwind CSS for styling.## Installation
To set up the project locally, follow these steps:
1. Clone the repository:
```bash
git clone https://github.com/AgustinCartaya/cv.git
```2. Navigate to the project directory:
```bash
cd cv
```3. Install the necessary Node.js modules:
```bash
npm install
```4. Run the development server:
```bash
npm run dev
```5. Open your browser and go to `http://localhost:3000` to view the CV.
## Contributing
Contributions are welcome! If you would like to contribute, please follow these steps:
1. Fork the repository.
2. Create a new branch:
```bash
git checkout -b your-branch-name
```
3. Make your changes and commit them:
```bash
git commit -m 'Description of your changes'
```
4. Push to the branch:
```bash
git push origin your-branch-name
```
5. Create a Pull Request.## License
This project is licensed under the MIT License. Please see the [LICENSE](LICENSE) file for details.
## Contact
For more information, you can reach me through:
- **Email**: [email protected]
- **LinkedIn**: [Agustin Cartaya](https://www.linkedin.com/in/agustincartaya)