Explore the galaxy far, far away in this interactive Star Wars universe project!
Check out the live project: Star Galaxy 🚀 About the Project
Star Galaxy is an engaging and interactive web application built with the power of Next.js, TypeScript, and Tailwind CSS. Dive into the Star Wars universe with smooth animations and a sleek user interface.
- Next.js: Framework for server-rendered React applications
- TypeScript: Typed superset of JavaScript
- Tailwind CSS: Utility-first CSS framework
Interactive and immersive experience Dynamic content updates Sleek and responsive design
To get a local copy up and running, follow these simple steps.
- Clone the repo:
git clone https://github.com/antaresjeet/star-galaxy.git
- Navigate to the project directory:
cd star-galaxy
- Install dependencies:
npm install
- Run the development server:
npm run dev
- Open your browser and visit:
http://localhost:3000
To create an optimized production build:
```sh
npm run build
Deploy the contents of the dist directory to your preferred hosting service.
Distributed under the MIT License. See LICENSE for more information.