Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/carolinapalacios/portfolio
URL to my personal portfolio
https://github.com/carolinapalacios/portfolio
astro html react tailwindcss typescript
Last synced: 25 days ago
JSON representation
URL to my personal portfolio
- Host: GitHub
- URL: https://github.com/carolinapalacios/portfolio
- Owner: CarolinaPalacios
- Created: 2023-09-21T04:44:55.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-04-12T16:20:13.000Z (9 months ago)
- Last Synced: 2024-04-24T09:28:40.490Z (8 months ago)
- Topics: astro, html, react, tailwindcss, typescript
- Language: TypeScript
- Homepage: https://carolina-palacios.vercel.app/
- Size: 15.8 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Personal Portfolio
carolina-palacios
🔸
Report Bug
🔸
Request Feature## ⚡️ Tech Stack
- [![Astro](https://img.shields.io/badge/Astro-FF5D01?logo=astro&logoColor=fff&style=for-the-badge)](https://astro.build/)
- [![Vercel](https://img.shields.io/badge/Vercel-black?style=for-the-badge&logo=vercel&logoColor=white)](https://vercel.com/)
- [![TypeScript](https://img.shields.io/badge/TypeScript-007ACC?style=for-the-badge&logo=typescript&logoColor=white)](https://www.typescriptlang.org)
- [![React](https://img.shields.io/badge/React-20232A?style=for-the-badge&logo=react&logoColor=61DAFB)](https://reactjs.org)
- [![Tailwind CSS](https://img.shields.io/badge/Tailwind_CSS-38B2AC?style=for-the-badge&logo=tailwind-css&logoColor=white)](https://tailwindcss.com)
- [![Open Source](https://img.shields.io/badge/Open_Source-FF5D80?style=for-the-badge)](https://github.com/carolina-palacios/portfolio)
## Open Source
You can fork this repository to modify it and make changes of your own. Please give me proper credit by linking back to [CarolinaPalacios](https://github.com/carolina-palacios/portfolio). Thanks!
## Features
- **📖 Multi-Page Layout**
- **🌙 Dark/Light Mode**
- **🎨 Styled with TailwindCSS**
- **📱 Fully Responsive**
## 🚀 Getting Started
### Prerequisites
- [![NodeJS](https://img.shields.io/badge/Node.js-43853D?style=for-the-badge&logo=node.js&logoColor=white)](https://nodejs.org/en/)
- [![GIT](https://img.shields.io/badge/GIT-E44C30?style=for-the-badge&logo=git&logoColor=white)](https://git-scm.com/)
## 🛠 Installation and Setup
1. Clone the repository:
```bash
## clone the repository
$ git clone https://github.com/carolina-palacios/portfolio.git## navigate to the directory
$ cd portfolio## install dependencies
$ npm install
```2. Start the development mode:
```bash
## start the development mode
$ npm run dev
```3. Open the browser and navigate to http://localhost:4321 to view the site. 🚀
## ✨ Usage
If you open the project folder and navigate to /src/components, you will find all the components you need.
You can edit your information under /src/utils/utils.ts.
Translations are in /src/i18n.## Support
Give a ⭐ if you like this website!