Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/vaibhav-kesarwani/virtual-vr
π This project is a cutting-edge platform designed to create and manage VR software seamlessly. π Built with React.js βοΈ and styled using Tailwind CSS π¨, it offers a sleek and modern user experience. π
https://github.com/vaibhav-kesarwani/virtual-vr
pnpm reactjs tailwindcss vercel
Last synced: 29 days ago
JSON representation
π This project is a cutting-edge platform designed to create and manage VR software seamlessly. π Built with React.js βοΈ and styled using Tailwind CSS π¨, it offers a sleek and modern user experience. π
- Host: GitHub
- URL: https://github.com/vaibhav-kesarwani/virtual-vr
- Owner: Vaibhav-kesarwani
- License: mit
- Created: 2024-08-24T13:51:24.000Z (5 months ago)
- Default Branch: main
- Last Pushed: 2024-09-02T13:29:14.000Z (5 months ago)
- Last Synced: 2024-11-08T12:08:36.522Z (3 months ago)
- Topics: pnpm, reactjs, tailwindcss, vercel
- Language: JavaScript
- Homepage: https://virtual-vr-ten.vercel.app
- Size: 23.8 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
# Virtual VR
Welcome to the Virtual VR Website! This project is a cutting-edge platform designed to create and manage VR software seamlessly. Built with React.js and styled using Tailwind CSS, it offers a sleek and modern user experience.
## Features
- **VR Software Creation**: Easily create and manage VR applications directly from the website.
- **Responsive Design**: Tailored for both desktop and mobile devices.
- **Interactive UI**: Dynamic and interactive user interface powered by React.js.
- **Customizable Components**: Built with Tailwind CSS for flexibility in styling.## Preview β¨
![Screenshot from 2024-09-02 18-44-35](https://github.com/user-attachments/assets/63b42b0c-1145-4c40-ac66-f12cb90d4c86)
![Screenshot from 2024-09-02 18-44-47](https://github.com/user-attachments/assets/627857ec-b9f3-44b6-acce-20e5bb63bf35)
![Screenshot from 2024-09-02 18-44-54](https://github.com/user-attachments/assets/041cb669-422a-4748-a0ac-dd230fba6436)
![Screenshot from 2024-09-02 18-45-02](https://github.com/user-attachments/assets/a4d4eed8-2a6b-44b6-8cd3-71bfa1c97a46)
![Screenshot from 2024-09-02 18-45-07](https://github.com/user-attachments/assets/0ab7f54f-0c9f-47b3-8b1a-1fbc5de41961)
![Screenshot from 2024-09-02 18-45-15](https://github.com/user-attachments/assets/d3aab5cf-fcd7-420d-a983-0c86ca11e0a1)
## Tech Stack
- **Frontend**: React.js
- **Styling**: Tailwind CSS
- **Version Control**: Git## Getting Started
Follow these instructions to get a copy of the project up and running on your local machine for development and testing purposes.
### Prerequisites
- Node.js (v14 or higher)
- npm or yarn or pnpm### Installation
1. **Clone the repository**:
```bash
git clone https://github.com/your-username/virtual-vr.git
cd virtual-vr2. **Install dependencies:** If youβre using npm:
```bash
npm install
```
Or, if you prefer yarn:
```bash
yarn install
```
Or, if you prefer pnpm:
```bash
pnpm install
```### Building for Production
To create a production build, run:
```bash
npm run build
```
Or,
```bash
yarn build
```
Or,
```bash
pnpm build
```This will generate an optimized version of your project in the `build` folder.
## Contributing
Contributions are welcome! If you'd like to contribute to this project, please follow these steps:- Fork the repository & Star the repository
- Create a new branch (git checkout -b feature)
- Make your changes
- Commit your changes (git commit -am 'Add new feature')
- Push to the branch (git push origin feature)
- Create a new Pull Request## License
This project is licensed under the MIT License - see the [LICENSE](https://github.com/Vaibhav-kesarwani/virtual-vr/blob/main/LICENSE) file for details.## Acknowledgements
1. [React JS](https://react.dev/)
2. [Tailwind CSS](https://tailwindcss.com/)
3. [Vercel](https://vercel.com/)## Contact
If you have any questions or suggestions, feel free to reach out to me at :
1. [GitHub](https://github.com/Vaibhav-kesarwani)
2. [Linkedin](https://www.linkedin.com/in/vaibhav-kesarwani-9b5b35252/)
3. [Twitter](https://twitter.com/Vaibhav_k__)
4. [Portfolio](https://vaibhavkesarwani.vercel.app)**Happy Coding!**