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.
The website was created using:
- React | utilized for its efficient component-based architecture
- TypeScript | chosen for its strong typing system that enhances code reliability
- Sass | utilized for its ability to create maintainable and scalable stylesheets
- Figma | chosen as the primary design tool for its comprehensive design features
- Github | 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.
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 at the top of the page (which I highly recommend), follow these steps:
You can install it by clicking → Node
Navigate to the directory where you want to clone the repository and paste the URL.
git clone https://github.com/AndreiRech/Website
Use the following command to install all the necessary dependencies:
npm install
Start and have fun!
npm start