https://github.com/andreirech/website
🖥 My personal website
https://github.com/andreirech/website
Last synced: 5 months ago
JSON representation
🖥 My personal website
- Host: GitHub
- URL: https://github.com/andreirech/website
- Owner: AndreiRech
- Created: 2024-04-13T01:34:56.000Z (about 2 years ago)
- Default Branch: master
- Last Pushed: 2024-10-28T16:52:57.000Z (over 1 year ago)
- Last Synced: 2025-05-17T19:37:28.587Z (about 1 year ago)
- Language: SCSS
- Homepage: https://andrei-rech.vercel.app
- Size: 288 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# **Personal Website**
This project was created by me to serve as my **personal website** and was built to showcase a little more about me and my skills.
## **Technologies**
The website was created using:
- [React](https://react.dev/) | utilized for its efficient component-based architecture
- [TypeScript](https://www.typescriptlang.org/) | chosen for its strong typing system that enhances code reliability
- [Sass](https://sass-lang.com/) | utilized for its ability to create maintainable and scalable stylesheets
- [Figma](https://www.figma.com/) | chosen as the primary design tool for its comprehensive design features
- [Github](https://github.com/) | utilized as my version control system to manage code changes efficiently
*quick note: You can find references to all of them by clicking on the respective links.*
## **Installation and Requirements**
If, for some mysterious reason that I, as a poor human, cannot understand, you would like to clone this website instead of **simply clicking on the [link](https://andrei-rech.vercel.app/) at the top of the page** *(which I highly recommend)*, follow these steps:
---
### *Install Node*
You can install it by clicking → [Node](https://nodejs.org/en)
---
### *Clone the git repository*
Navigate to the directory where you want to clone the repository and paste the [URL](https://github.com/AndreiRech/Website).
`git clone https://github.com/AndreiRech/Website`
---
### *Install the dependencies*
Use the following command to install all the necessary dependencies:
`npm install`
---
### *Run the program*
Start and have fun!
`npm start`
---