Duplication of old windows operating system.I basically wanted to crate something reminds of old windows xp and wanted to play araound libarries. It was a bit harder than I thought and I couldnt really finish the project the way I wanted but It was really fun and I learned a lot. Feel free to try it out.
here is the live demo https://furkanfoolio.vercel.app/
This is a Next.js project bootstrapped with create-next-app.
Install my-project with npm
First, install the dependencies:
npm install
or
yarn install
or
pnpm install
then to run the development server:
npm run dev
# or
yarn dev
# or
pnpm dev