Theme Color

Font Settings

Settings

Documentation

Watson - Personal Portfolio React Nextjs Template

Watson is a one page style personal portfolio template that can be used to build your personal portfolio website. You can choose Watson to build your online presence. It is very important to have a personal portfolio at current age. In your professional career you must need to have a personal portfolio. Watson is a great template to build your personal portfolio using Watson.

Main Features

  • Develop with NextJs
  • Bootstrap
  • Fully Responsive
  • Ready to used widget
  • Detailed Documentation

React.JS Installation & Setup A JavaScript library for building user interfaces.

Installing

Make sure if NODEJS is installed on your computer

Run npm install -g create-react-app command from your teminal to install React Globally.

Install npm :-
Run npm install command from your project directory. It will create 'node_module' folder in this all dependency files will be install with this command.

Run Project :-
Run npm run dev command from your project directory. With is command file will be compiled and it will be loaded on local server `http://localhost:3000`.

Production Build :-
Run npm run build Builds the app for production to the `build` folder. It correctly bundles React in production mode and optimizes the build for the best performance.

Further help :-
To get more help on the nextjs.js checkout nextjs

Note: You can learn more in the Create Next App Documentation. To learn Next, check out the Next Documentation.

Main Content

_app.js Structure
  import { useEffect, useState } from "react";
  import WatsonState from "../src/context/Context";
  import PreLoader from "../src/layout/PreLoader";
  import WatsonHead from "../src/layout/WatsonHead";
  import "../styles/globals.css";
  const App = ({ Component, pageProps }) => {
    const [loader, setLoader] = useState(true);
    useEffect(() => {
      setTimeout(() => {
        setLoader(false);
      }, 1000);
    }, []);
  
    return (
      <WatsonState>
        <WatsonHead />
        {loader && <PreLoader />}
        <Component {...pageProps} />
      </WatsonState>
    );
  };
  export default App;
  
  

Create a Page

How to create a custom page

1. Create page component pages\MyPage.js

import React from "react";

export function MyPage() {
  return(
   <h1>Hello!</h1>
  ) 
} 							
						
Folder Directories
  • public
    • css
    • fonsts
    • img
    • video
  • src
    • components
    • layouts
      • Footer.js
      • Header.js
      • Layout.js
      • PreLoader.js
      • SectionContainer.js
      • Sidebar.js
      • ThemeOptions.js
      • WatsonHead.js
    • useClickOutside.js
    • utils.js
    • sliderProps.js
  • pages
  • package.json

Credits

Layout Layout is controlled by settings object LayoutSettings inside src/context/ThemeContext.js

Layout.js

  import { Fragment } from "react";
  import ImageView from "../components/ImageView";
  import BackBtn from "./BackBtn";
  import DayNightMood from "./DayNightMood";
  import Header from "./Header";
  const Layout = ({ children, blog }) => {
    return (
       <Fragment>
         <ImageView />
        {/* page loading */}
        {/* End */}
        {/* Header Start */}
         <Header blog={blog} />
        {/* Main Start */}
         <main className="main-left pp-main-section">{children} </main>
         <DayNightMood />
        {blog &&  <BackBtn />}
       </Fragment>
    );
  };
  export default Layout;
  
  

Thank You!

Once again, thank you so much for purchasing this template. As I said at the beginning, I'd be glad to help you if you have any questions relating to this template.

REGULAR SUPPORT : You have in template support if you face any issue with the usage of it then you can contact us on below Email ID.

EXTENDED SUPPORT : Development it is chargeable according to your requirement. For that you need to mail us your requirement on below Email ID.

COST OF SERVICE : Depends on the hours required. But as you are already using our template we have discounted rates for our template customer.

EXTENDED LICENSE : With the Extended Support we also include Extended License. So you save much more with your investment than you will with purchasing Regular License and later buying Extended one + Development cost.

You will get a quick reply from our team and feel free to contact us. We don’t charge for requirement discussion so don’t worry.

-->