Italian
Avendo sempre sviluppato siti web con tecnologie "tradizionali", ho deciso di sperimentare l'utilizzo di ReactJS per lo sviluppo di un sito web. In questo caso ho sviluppato un portfolio e, essendomi trovato bene con la tecnologia, ho implementato anche quello che sarà il mio blog.
Il portfolio è composto da 7 sezioni:
Header, About, Experience, Services, Blog(preview), Contact, Footer
Insomma, un "semplice" portfolio. E' presente anche una navbar per navigare all'interno del portfolio e altre navbar "globali" che vengono mostrate in altre occasioni.
Per ogni dubbio o difficoltà non esitate a contattarmi.
English
Having always developed websites with "traditional" technologies, I decided to experiment the use of ReactJS for the development of a website. In this case I have developed a portfolio and, having got along well with the technology, I have also implemented what will be my blog.
The portfolio consists of 7 sections:
Header, About, Experience, Services, Blog (preview), Contact, Footer
In short, a "simple" portfolio. There is also a navbar to navigate inside the portfolio and other "global" navbars that are shown on other occasions.
For any doubt or difficulty do not hesitate to contact me.
- Node (v16.16.0)
- VS Code (optional)
Italian
Per scaricare e usare il sito web bisogna seguire pochi e semplici passaggi.
Seguirò la procedura con VS code ma questi passaggi possono essere effettuati anche tramite un semplice terminale.
- Scaricate il repo sul vostro pc (git clone oppure semplicemente lo zip)
- Aprite il progetto in VS Code
- Nel terminale di VS Code lanciate il comando
npm i
per installare le dipendenze necessarie al funzionamento - Dopodichè potrete lanciare il comando
npm start
per avviare il sito web in locale
English
To download and use the website you need to follow a few simple steps.
I will follow the procedure with VS code but these steps can also be done through a simple terminal.
- Download the repo on your pc (git clone or simply the zip)
- Open the project in VS Code
- In the VS Code terminal run the command
npm i
to install the dependencies necessary for the operation - After that you can run the command
npm start
to start the website locally
Contributions are always welcome(!), but..
..not all of them, being my personal website / blog I don't want to be upset.
If you want to optimize, or fix errors or bugs, you are welcome!
For support, email [email protected] or just open an issue.