Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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)