Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/victorbravim/truevr

Template page sale of virtual reality glasses
https://github.com/victorbravim/truevr

nextjs tailwindcss typescript virtual-reality

Last synced: 24 days ago
JSON representation

Template page sale of virtual reality glasses

Awesome Lists containing this project

README

        

# 👽 TrueVR

![image 2](https://github.com/VictorBravim/TrueVR/assets/122113588/c9375d0a-4537-46e6-9d1b-da65c11787a0)

## 🚀 Overview

This is a basic website project built with Next.js, TypeScript and Tailwind CSS to showcase TrueVR, a virtual reality platform.

## 📋 Requirements

- Node.js
- npm ou yarn

## 🔧 Installation

1. Clone this repository:

```
git clone https://github.com/VictorBravim/TrueVR.git
```

2. Navigate to the project directory:

```
cd TrueVR
```

3. Install dependencies:

```
npm install
# ou
yarn install
```

## 🛠️ Project Structure

- components/: Contains the reusable components of the website, such as navigation, hero, project card, etc.
- pages/: Contains the site's pages, each corresponding to a different route.
- public/: Contains static files, such as images.
- styles/: Contains global style files.
- globals.css: Global style file applied throughout the application.
- RootLayout.tsx: Root layout to apply global styles and settings.
- next.config.js: Next.js configurations.
- tsconfig.json: TypeScript settings.

## 📄 License

- This project is licensed under the [MIT License](LICENSE).