Skip to content

sanidhyy/game-website

Repository files navigation

Nova - 3D Animated Gaming Website

Nova - 3D Animated Gaming Website

Ask Me Anything! GitHub license Maintenance GitHub branches Github commits GitHub issues GitHub pull requests Netlify Status

πŸ“” Table of Contents

‼️ Folder Structure

Here is the folder structure of this app.

game-website/
  |- public/
    |-- audio/
    |-- fonts/
    |-- img/
    |-- videos/
    |-- apple-icon.png
    |-- favicon.ico
    |-- icon1.png
    |-- icon2.png
  |- src/
    |-- components/
        |--- about.tsx
        |--- animated-title.tsx
        |--- button.tsx
        |--- contact.tsx
        |--- features.tsx
        |--- footer.tsx
        |--- hero.tsx
        |--- navbar.tsx
        |--- rounded-corners.tsx
        |--- story.tsx
    |-- constants/
        |--- index.ts
    |-- lib/
        |--- utils.ts
    |-- app.tsx
    |-- index.css
    |-- main.tsx
    |-- vite-env.d.ts
  |- .gitignore
  |- .prettierrc
  |- bun.lockb
  |- eslint-config.js
  |- index.html
  |- package.json
  |- postcss.config.js
  |- README.md
  |- tailwind.config.js
  |- tsconfig.app.json
  |- tsconfig.json
  |- tsconfig.node.json
  |- vite.config.ts

🧰 Getting Started

  1. Make sure Git and NodeJS is installed.
  2. Clone this repository to your local computer.
  3. Open terminal in root directory. Run npm install --legacy-peer-deps or yarn install --legacy-peer-deps or bun install --legacy-peer-deps to install dependencies.
  4. Now app is fully configured πŸ‘ and you can start using this app using either one of npm run dev or yarn dev or bun dev.

πŸ“· Screenshots

Modern UI/UX

Animated Bento grid

3D Hover Effect on Images

Beautiful Footer section

βš™οΈ Tech Stack

React JS Vite JS Three JS Typescript Tailwind CSS Netlify

πŸ”§ Stats

Stats for Nova

πŸ™Œ Contribute

You might encounter some bugs while using this app. You are more than welcome to contribute. Just submit changes via pull request and I will review them before merging. Make sure you follow community guidelines.

πŸ’Ž Acknowledgements

Useful resources and dependencies that are used in Nova.

β˜• Buy Me a Coffee

πŸš€ Follow Me

Follow Me Tweet about this project Subscribe to my YouTube Channel

πŸ“š Learn More

To deepen your understanding of React.js and Netlify, explore the following resources:

For Netlify-specific information:

You're encouraged to contribute and provide feedback on Netlify's GitHub repository.

πŸ“ƒ Deploy on Netlify

The simplest way to deploy your React.js app is to use the Netlify Platform - a powerful platform for modern web projects.

Explore the Netlify deployment documentation for step-by-step instructions on deploying your React.js app on Netlify.

Happy coding, and feel free to share your thoughts and improvements with the Netlify community!

⭐ Give A Star

You can also give this repository a star to show more people and they can use this repository.

🌟 Star History

Star History Chart

(back to top)