Skip to content

Ahadullislam/RandomIT

Repository files navigation

Random IT

A modern, responsive website for Random IT built with Next.js, TypeScript, and Tailwind CSS.

Features

  • ⚡️ Next.js 13+ with App Router
  • 🎨 Tailwind CSS for styling
  • 🌓 Dark mode support
  • ✨ Framer Motion for smooth animations
  • 📱 Fully responsive design
  • 🚀 Optimized for performance and SEO
  • 🔄 Modern development workflow with TypeScript

Prerequisites

  • Node.js 16.8 or later
  • npm or yarn

Getting Started

  1. Clone the repository

    git clone https://github.com/your-username/logic-pixel-tech.git
    cd logic-pixel-tech
  2. Install dependencies

    npm install
    # or
    yarn
  3. Run the development server

    npm run dev
    # or
    yarn dev
  4. Open http://localhost:3000 in your browser to see the result.

Project Structure

.
├── app/                    # App router
│   ├── api/                # API routes
│   ├── components/         # Shared components
│   ├── lib/                # Utility functions
│   ├── styles/             # Global styles
│   ├── layout.tsx          # Root layout
│   └── page.tsx            # Home page
├── public/                 # Static files
│   ├── images/             # Image assets
│   └── fonts/              # Font files
├── .eslintrc.json          # ESLint config
├── .gitignore             # Git ignore file
├── next.config.js          # Next.js config
├── package.json            # Project dependencies
├── postcss.config.js       # PostCSS config
├── README.md              # This file
└── tailwind.config.js     # Tailwind CSS config

Available Scripts

  • npm run dev - Start the development server
  • npm run build - Build for production
  • npm start - Start the production server
  • npm run lint - Run ESLint
  • npm run format - Format code with Prettier

Deployment

The easiest way to deploy your Next.js app is to use the Vercel Platform from the creators of Next.js.

Technologies Used

Contributing

Contributions are welcome! Please feel free to submit a Pull Request.

License

This project is licensed under the MIT License - see the LICENSE file for details.


Built with ❤️ by [Your Name]

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors