Skip to content

ShivajiVS/shivaji-s_portfolio

Repository files navigation

Getting Started

the theory of everything

however difficult life may seem there is always something you can do and succeed at.

First, run the development server:

npm run dev
# or
yarn dev
# or
pnpm dev
# or
bun dev

Open http://localhost:3000 with your browser to see the result.

git push -u origin main

https://www.tutascreen.com/#1571986375361-a59cf4b6-ac35

https://www.mobfixer.in/careers.html

https://www.jdomni.com/ecommerce-themes/mobile-phone-repair-service-center-template

https://phixman.com/

https://www.carlcare.com/global/phone-repair/

https://serviceninjas.in/mobile-repair-home-service-in-chennai/

NewsHub

NewsHub is a dynamic web application that provides users with the latest news articles. It allows users to search for specific topics and browse news articles from various sources.

Table of Contents

Features

  • Real-time search functionality
  • Categorized news by topics
  • Mobile and desktop responsive

Contributing

Contributions are welcome! Please fork this repository and submit a pull request. For major changes, open an issue first to discuss the change.

License

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

License

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

Acknowledgments

  • Thanks to the open-source community for the awesome libraries used in this project.

shivaji

"use client";

import * as React from "react";
import { ThemeProvider as NextThemesProvider } from "next-themes";
import { type ThemeProviderProps } from "next-themes/dist/types";

export function ThemeProvider({ children, ...props }: ThemeProviderProps) {
  return <NextThemesProvider {...props}>{children}</NextThemesProvider>;
}

"use client";

import * as React from "react";
import { ThemeProvider as NextThemesProvider } from "next-themes";
import { type ThemeProviderProps } from "next-themes/dist/types";

export function ThemeProvider({ children, ...props }: ThemeProviderProps) {
  return <NextThemesProvider {...props}>{children}</NextThemesProvider>;
}



Header 1 Header 2
Row 1 Col 1 Row 1 Col 2
Row 2 Col 1 Row 2 Col 2

  • Task
  • Write code
  • Write documentation
  • Submit PR