https://github.com/baltasargd/baltadev
portfolio
https://github.com/baltasargd/baltadev
react-router typescript vite
Last synced: 3 months ago
JSON representation
portfolio
- Host: GitHub
- URL: https://github.com/baltasargd/baltadev
- Owner: BALTASARGD
- Created: 2025-03-19T19:26:45.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-04-03T18:12:51.000Z (about 1 year ago)
- Last Synced: 2025-04-03T19:23:12.277Z (about 1 year ago)
- Topics: react-router, typescript, vite
- Language: TypeScript
- Homepage: https://balta-dev-rosy.vercel.app
- Size: 5.88 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## Portfolio BaltaDev
```
BaltaDev/
βββ π index.html
βββ π package.json
βββ π src/
β βββ π App.tsx
β βββ π main.tsx
β βββ π Styles/
β β βββ π global.css
β β βββ π navbar.css
β β βββ π home.css
β βββ π assets/
β β βββ π images/
β β β βββ πΌοΈ logo balta2.jpg
β β β βββ πΌοΈ FotoPerfil.jpeg
β β βββ π icons/
β β β βββ πΌοΈ adobexdicon.svg
β β β βββ πΌοΈ htmlicon.svg
β β β βββ πΌοΈ cssicon.svg
β β β βββ πΌοΈ javascripticon.svg
β β β βββ πΌοΈ typescripticon.svg
β β β βββ πΌοΈ sassicon.svg
β β β βββ πΌοΈ reacticon.svg
β β β βββ πΌοΈ nodejsicon.svg
β β β βββ πΌοΈ tailwindicon.svg
β β β βββ πΌοΈ figmaicon.svg
β β β βββ πΌοΈ canvaicon.svg
β β βββ π lib/
β β βββ π data.tsx
β βββ π features/
β β βββ π components/
β β β βββ π Navbar.tsx
β β β βββ π SideBarRight.tsx
β β β βββ π ThemeToggleButton.tsx
β β βββ π pages/
β β β βββ π Contact.tsx
β β β βββ π Home.tsx
β β β βββ π Projects.tsx
β β β βββ π Skills.tsx
β β βββ π routing/
β β βββ π routes.tsx
βββ π vite.config.ts
βββ π public/
β βββ π Untitled-1.ini
βββ π README.md
```
### Paso 2: Resolver el conflicto
Edita el archivo `README.md` para resolver el conflicto. Elimina las marcas de conflicto y combina los cambios de ambas versiones si es necesario.
### /home/dci-student/Desktop/webDev DCI tz/Proyectos/BaltaDev/README.md
````markdown
// filepath: /home/dci-student/Desktop/webDev DCI tz/Proyectos/BaltaDev/README.md
## Portfolio BaltaDev
```
BaltaDev/
βββ π index.html
βββ π package.json
βββ π src/
β βββ π App.tsx
β βββ π main.tsx
β βββ π Styles/
β β βββ π global.css
β β βββ π navbar.css
β β βββ π home.css
β βββ π assets/
β β βββ π images/
β β β βββ πΌοΈ logo balta2.jpg
β β β βββ πΌοΈ FotoPerfil.jpeg
β β βββ π icons/
β β β βββ πΌοΈ adobexdicon.svg
β β β βββ πΌοΈ htmlicon.svg
β β β βββ πΌοΈ cssicon.svg
β β β βββ πΌοΈ javascripticon.svg
β β β βββ πΌοΈ typescripticon.svg
β β β βββ πΌοΈ sassicon.svg
β β β βββ πΌοΈ reacticon.svg
β β β βββ πΌοΈ nodejsicon.svg
β β β βββ πΌοΈ tailwindicon.svg
β β β βββ πΌοΈ figmaicon.svg
β β β βββ πΌοΈ canvaicon.svg
β β βββ π lib/
β β βββ π data.tsx
β βββ π features/
β β βββ π components/
β β β βββ π Navbar.tsx
β β β βββ π SideBarRight.tsx
β β β βββ π ThemeToggleButton.tsx
β β βββ π pages/
β β β βββ π Contact.tsx
β β β βββ π Home.tsx
β β β βββ π Projects.tsx
β β β βββ π Skills.tsx
β β βββ π routing/
β β βββ π routes.tsx
βββ π vite.config.ts
βββ π public/
β βββ π Untitled-1.ini
βββ π README.md
```
````
### Paso 3: Marcar el conflicto como resuelto
DespuΓ©s de resolver el conflicto, marca el archivo como resuelto y continΓΊa con el rebase.
```sh
git add /home/dci-student/Desktop/webDev DCI tz/Proyectos/BaltaDev/README.md
git rebase --continue
```
### Paso 4: Finalizar el rebase
Si hay mΓ‘s conflictos, repite los pasos anteriores hasta que todos los conflictos estΓ©n resueltos. Una vez que todos los conflictos estΓ©n resueltos, el rebase deberΓa completarse correctamente.
Con estos pasos, deberΓas poder resolver el conflicto de fusiΓ³n en `README.md` y completar el rebase.