⚠️ Please note this repository is not for the https://elevenwindows.dev website.
https://eleven-windows.netlify.app
- Windows experience in the browser
- Implemented responsive design
- Added animations
- Easy to add more apps
- Built with google-maps-react npm library.
- Used Foursquare API to get the address of each location.
- If you get bored on my site, try playing a game. :)
- Simple calculator that solve an operation between two numbers.
- Change the windows theme, dark or light.
- Change the windows size from a preset list of three sizes.
- Basic calendar that shows the days of the month.
- Under construction
- All apps opens on the same route '/apps'
- Each app opens on its own route '/apps/#appName', multitasking not possible on mobile.
- Before running create a .env file in root folder of the project
- Paste the following code with your own API Keys
Variable Name | API / Information |
---|---|
REACT_APP_GOOGLE_MAPS_API | Your own API Key |
REACT_APP_FOURSQUARE_CLIENT_ID | Your own API Key |
REACT_APP_FOURSQUARE_CLIENT_SECRET | Your own API Key |
REACT_APP_PHONE_NUMBER | Your own informations |
REACT_APP_EMAIL_ADDRESS | Your own informations |
$ cd eleven-windows-portfolio-site
$ npm install
$ npm start