Windows system simulator for the web. It contains some information about who I am, my projects, and my life. Integrated with the Github API, it shows the projects I work on.
⚠️ Contact me me to write messages and ideas, or even report a bug !
Technologies | What I've Learned | Installation | Deploy
This project was made with the following technologies/libraries:
- Typescript
- React
- React Router Dom
- TailwindCSS
- i18n
- Eslint
- Git & Github
During the development, I've discovered new things, such as:
- Usage of i18n library
- Composition Pattern -> check example
Firstly, you need to clone the project on your machine:
git clone https://github.com/getuliogutemberg/openWindows.git
After that, open the project folder and install the dependencies:
npm install
# or
yarn
#or
pnpm install
To run the project on your browser, use:
npm run dev
# or
yarn dev
# or
pnpm dev
To check out the deploy, access https://openwindows.vercel.app/
Developed with 🧡 by Cristian Sbardelotto and recreated by Getulio Gutemberg.