https://github.com/injamulhaquesomrat/xcloud-server-setup-assessment
📝 Server Configuration Website ♨️
https://github.com/injamulhaquesomrat/xcloud-server-setup-assessment
react-router reactjs tailwind-css
Last synced: 2 months ago
JSON representation
📝 Server Configuration Website ♨️
- Host: GitHub
- URL: https://github.com/injamulhaquesomrat/xcloud-server-setup-assessment
- Owner: injamulhaquesomrat
- Created: 2024-12-19T15:08:44.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-12-25T09:51:50.000Z (over 1 year ago)
- Last Synced: 2025-02-10T20:52:17.637Z (over 1 year ago)
- Topics: react-router, reactjs, tailwind-css
- Language: JavaScript
- Homepage: https://xcloud-server-setup-inj.netlify.app
- Size: 169 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# xCloud Server Setup Assessment
XCloud Server Setup is a web application that allows users to configure and select their server credentials seamlessly.
---
## Getting Started
1. Clone this repository:
```
git clone https://github.com/haquesomrat/xCloud-server-setup-assessment.git
```
2. Install dependencies:
```
npm install
```
3. Run the development server:
```
npm run dev
```
4. Open your browser and go to http://localhost:5173 to view the application.
5. Build project:
```
npm run build
```
6. Preview:
```
npm run preview
```
## **Access the live version at https://xcloud-server-setup-inj.netlify.app.**
---
## **Features**
- **Responsive UI:** Ensures compatibility across devices.
- **Server Configuration Options:** Interactive form for server credential setup.
- **Efficient Routing:** Built with React Router DOM for smooth navigation.
---
## **Technologies Used**
- **React.js:** A JavaScript library for building user interfaces.
- **Vite:** A fast development build tool for modern web projects.
- **Tailwind CSS:** A utility-first CSS framework for rapid UI development.
- **React Router DOM:** For managing client-side routing and navigation.