WinBio is a nostalgic project that emulates the iconic Windows 98 operating system on the web. Built with Create React App and Tailwind CSS, it offers an immersive experience with features like multiple windows, a web browser, an MS-DOS Terminal emulator, and a personalized bio section.
- 🖥️ Web-based Windows 98 Emulator
- 🌐 Accessible from anywhere with an internet connection
- 📂 Customized bio and information section
- 🖼️ Multiple windows for a multitasking experience
- 🌐 Web browser to explore the internet (limited functionality)
- 💻 MS-DOS Terminal emulator for a command-line interface
- 🎮 Nostalgic interface for a trip down memory lane
- 🚀 Built with React and Tailwind CSS for a smooth and interactive user experience
Check out the live demo of WinBio here and experience the retro vibes of Windows 98!
Or, checkout workings of WinBio here
Win-Bio with multiple windows open
Before you begin, make sure you have Yarn installed. If not, you can install it by following the instructions here.
To run WinBio locally, follow these steps:
- Clone this repository:
git clone https://github.com/subinoybiswas/WinBio.git
- Navigate to the project directory:
cd WinBio/desktop-portfolio
- Install dependencies:
yarn install
- Start the development server:
yarn start
- Open your browser and visit
http://localhost:3000
This project was inspired by Don Chia's Portfolio built in Vue.js. Checkout his work here
If you'd like to contribute to WinBio, feel free to open an issue or submit a pull request. All contributions are welcome!