A Windows XP simulator in browser. With authentication, register, login, create a folder, create a notepad, RPG Game, Draw in Paint, Code editor with preview and a incredible MSN that works with chat gpt.
git clone https://github.com/willianctti/windows-xp-svelte
# Navigate to backend directory
cd backend
# Install dependencies
npm install
# Start the server
node server.js
# In a new terminal, navigate to frontend directory
cd web-desktop
# Install dependencies
npm install
# Start development server
npm run dev
Front-end
Back-end
POST /api/auth/login
POST /api/auth/register
GET /api/auth/check
POST /api/auth/logout
POST /api/folders
GET /api/folders
# Backend
cd backend
node server.js
# Frontend (in a separate terminal)
cd web-desktop
npm run dev
Contributions are welcome! Please feel free to submit a Pull Request.
git checkout -b feature/AmazingFeature
)git commit -m 'Add some AmazingFeature'
)git push origin feature/AmazingFeature
)This project is licensed under the MIT License - see the LICENSE file for details.
Willian - GitHub
Project Link: [https://github.com/willianctti/windows-xp-svelte]