An open API service indexing awesome lists of open source software.

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 ♨️

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.