This app uses the website The Old Net to let you browse the internet the way, it was, back when Internet Explorer was still "cool".
Currently this app is only optimized for the iPad in landscape mode, but might also run on other devices.
This project is something, I do as a hobby. As such, it is not feature complete yet or has the most amazing code.
At the moment, it supports basic web-surfing and selection of the year, in which you want to browse the web.
Favorites are not yet added but might come soon.
This app was built using the Expo-Framework. You can easily run the app by installing the explo-cli and running the project.
Basically running the app boils down to:
On your PC:
- Install node.js
- Install expo:
npm install --global expo-cli
- Go to the project directory and install the dependencies:
npm install
- Run expo using
expo start
- Expo will open a browser with a QR-Code
On your iPad:
- Install the Expo client
- Make sure that your PC and your iPad are on the same network
- Scan the QR-Code with the iOS camera and open the included link
The app supports the use of Windows-Colorschemes. To select a different color-scheme, find this line in App.tsx
:
<ThemeProvider theme={schemes['Windows Standard']}>
Then change "Windows Standard" to one of the following:
- Brick
- Desert
- Eggplant
- High Contrast #1
- High Contrast #2
- High Contrast Black
- High Contrast White
- Lilac
- Maple
- Marine (high color)
- Plum (high color)
- Pumpkin (large)
- Rainy Day
- Red, White, and Blue (VGA)
- Rose
- Slate
- Spruce
- Storm (VGA)
- Teal (VGA)
- Wheat
- Windows Classic
- Windows Standard
These color-schemes have been extracted from Windows 2000