Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

W8 - Project-porfolio -Yia #360

Open
wants to merge 43 commits into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
43 commits
Select commit Hold shift + click to select a range
91db110
folder structure
Mar 26, 2024
1cdd341
empty
Mar 26, 2024
6111cfb
folders
Mar 27, 2024
2836e64
components
Mar 27, 2024
5929519
organized folders
Mar 29, 2024
278c217
working on projects
Mar 29, 2024
80d81dd
github api
Mar 29, 2024
269c904
project images fixed
Mar 29, 2024
9798289
My words & Skills added
Mar 29, 2024
98d1add
Contact me
Mar 30, 2024
f5c15da
CSS part 1
Mar 30, 2024
d4dff53
tech css
Mar 30, 2024
15ac749
featured project
Mar 31, 2024
5a91f87
folder structure
Mar 31, 2024
c461727
Project buttons fixs
Mar 31, 2024
9aa3204
To contact fixed
Mar 31, 2024
34c52dc
Footer added
Mar 31, 2024
447d8ea
Featuredproject css fixed
Mar 31, 2024
e150ec2
buttons
Mar 31, 2024
1070d65
skills fixed
Mar 31, 2024
636a7a4
homescreen css fixed
Mar 31, 2024
8a31bc7
folder change
Mar 31, 2024
e08c3d2
image route
Mar 31, 2024
bbc2f2f
without node modules
Apr 3, 2024
fac82ab
buttons fixed
Apr 3, 2024
1809034
arrow changed to svg
Apr 3, 2024
58b0b90
My word pictures made not distorted
Apr 3, 2024
43bbcb0
button padding to make project section on tablets less cramped
Apr 3, 2024
00b483f
contact font on mobile to 24px
Apr 3, 2024
bcd9695
skills font fixed
Apr 3, 2024
cb0479f
homepage fixed
Apr 3, 2024
cbdba0e
Homescreen fixed
Apr 3, 2024
3b70137
adjust feature and tech title size on mobiles
Apr 3, 2024
eda1d06
tech block fixed
Apr 3, 2024
2f1306a
mobile css fixed
Apr 14, 2024
ba93f7d
article pic changed
Apr 14, 2024
855f846
update
May 6, 2024
f070891
mobile images fixed
Jun 17, 2024
b3b6b36
padding fixing
Jun 17, 2024
fd253d4
fixing image size on tablet
Jun 17, 2024
9cf98f9
add final project
Jul 1, 2024
c6a6f58
add skills
Jul 1, 2024
b8fb173
add skills
Jul 1, 2024
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
52 changes: 5 additions & 47 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,50 +1,8 @@
<h1 align="center">
<a href="">
<img src="/react-p.svg" alt="Project Banner Image">
</a>
</h1>
# React + Vite

# Technigo - React Portfolio Project
This template provides a minimal setup to get React working in Vite with HMR and some ESLint rules.

Congratulations on completing Sprint 2 of the boot camp! For the final phase, we will now take your skills in React to the next level by building your very own portfolio website using the concepts learned in class
Currently, two official plugins are available:

## Instructions
[Check this projects instructions here](https://github.com/Technigo/project-portfolio/blob/main/instructions.md)

## Set up your own version of your portfolio

We will use [Vite](https://vitejs.dev/guide/) to setup our project 😉

```bash
npm create vite@latest my-react-portfolio --template
```

#### Follow this GIF to setup your project

![Alt Text](https://res.cloudinary.com/dfkxydgqg/image/upload/v1691073155/WEB/Sprint-2/week-8/vite-react_vjp0ep.gif)

## Installation

Use the `cd` command to move into the folder

```bash
cd my-react-portfolio
```

Install the dependencies

```bash
npm i
```

Open the project in a separate VS Code editor

```bash
code .
```

Open up a terminal inside VS code and lets run the project in a local environment

```bash
npm run dev
```
- [@vitejs/plugin-react](https://github.com/vitejs/vite-plugin-react/blob/main/packages/plugin-react/README.md) uses [Babel](https://babeljs.io/) for Fast Refresh
- [@vitejs/plugin-react-swc](https://github.com/vitejs/vite-plugin-react-swc) uses [SWC](https://swc.rs/) for Fast Refresh
19 changes: 19 additions & 0 deletions index.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<link rel="icon" type="image/svg+xml" href="/vite.svg" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<style>
@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap");
</style>
<style>
@import url("https://fonts.googleapis.com/css2?family=Hind:wght@300;400;500;600;700&family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap");
</style>
<title>Yia's Portfolio</title>
</head>
<body>
<div id="root"></div>
<script type="module" src="/src/main.jsx"></script>
</body>
</html>
37 changes: 37 additions & 0 deletions node_modules/.vite/deps/_metadata.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading