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

https://github.com/andreirech/website

🖥 My personal website
https://github.com/andreirech/website

Last synced: 5 months ago
JSON representation

🖥 My personal website

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`

---