JobBox

Job Portal NextJS Template

DOCUMENTATION

  • Doc version: 2.0
  • Created: 21 Oct 2022
  • Last update: 19 Nov 2022

OVERVIEW

JobBox is a job board template based on NextJS. This template includes a lot of pre-designed layouts for home page and inner pages to give you best selections in customization.

This template includes both HTML source code (save $19) and Figma design file ( save $12), making it easy for you to change, extend, and develop the design to your liking.

You can avoid expensive web development and minimize your design costs using JobBox - Job Portal NextJS Template.

We used styled-components and carefully created custom components so that we don’t have to sacrifice performance. The styled component also provides an easy way to change the appearance of the entire website.

We have a dedicated support center for all of your support needs. It includes our Documentation and Ticket system for any questions you have.

Main Features

  • 6 Homepages layout
  • React, NextJs 13
  • React countup
  • React scroll-up
  • React wow animation
  • React swiper slider
  • Sticky Header
  • Google Fonts
  • 100% Fully Responsive
  • Nice and Clean Design
  • Clean and commented code
  • Valid Redux / Jsx Component / CSS3
  • Easy to customize
  • Flexible and multi-purpose
  • Built On Bootstrap 5
  • HTML5 & CSS3
  • HTML source code(save $19)
  • Figma design file ( save $12)
  • Detailed documentation
  • Lifetime Free Update
  • And much more…

What do you get?

Note

All images are just used for Preview Purposes Only. They are not part of the template and maybe NOT included in the final purchase files.

Change log

                                VERSION 2.0
                                - Update to NextJS version 13.
                                - Replace Google fonts by Bunny fonts

                                VERSION 1.0
                                - First release.
                            

GET STARTED

Install and Development

  • Run command `npm install` to install all modules that are listed on package. json file and their dependencies.
  • Then run command `npm run dev` to initialize the development environment.

Folder Structure

  • /components
    • /elements
      • /BackToTop.js
      • /CategoryTab.js
      • /CategoryTab2.js
      • /CategoryTab3.js
      • /Modal.js
      • /Preloader.js
    • /layout
      • /Bottom.js
      • /Footer.js
      • /Header.js
      • /Layout.js
      • /PageHead.js
      • /Sidebar.js
    • /slider
      • /Blog.js
      • /Offer.js
      • /Team.js
      • /Testimonial.js
      • /.....
  • config
  • models
  • /pages/
    • /_app.js
    • /404.js
    • /page-about-1.js
    • /page-career.js
    • /blog-1.js
    • /blog-single.js
    • /page-contact.js
    • ........
  • /public
  • /styles
  • /util
  • /.eslintrc.json
  • /.gitignore
  • /next.config.js
  • /package.json
  • /package-lock.json
  • /README.md
  • /yarn.lock

Structure

_app.js Structure

                                
                            

Dependencies

package.json

                                "dependencies": {
                                    "mongoose": "^6.6.1",
                                    "next": "^13.0.4",
                                    "react": "^18.2.0",
                                    "react-dom": "^18.2.0",
                                    "react-perfect-scrollbar": "^1.5.8",
                                    "sass": "^1.56.1",
                                    "swiper": "^8.4.4"
                                },
                                "devDependencies": {
                                    "eslint": "8.23.1",
                                    "eslint-config-next": "12.3.0"
                                }
                            

Create a Page

Create page pages\blank.js

                                function Blank() {
                                    export function MyPage() {
                                      return(
                                       

Hello!

) } export default Blank;

Routing

The Next.js router allows you to do client-side route transitions between pages, similar to a single-page application

A React component called Link is provided to do this client-side route transition.

                                
                            

In the example above we have multiple links, each one maps a path (href) to a known page:

  • / → pages/index.js
  • /page-about → pages/page-about.js

Any in the viewport (initially or through scroll) will be prefetched by default (including the corresponding data) for pages using Static Generation. The corresponding data for server-rendered routes is not prefetched.

Deployment

If you haven’t already done so, push your Next.js app to a Git provider of your choice: GitHub, GitLab, or BitBucket. Your repository can be private or public.

Then, follow these steps:

  • Sign up to Vercel (no credit card is required).
  • After signing up, you’ll arrive on the “Import Project” page. Under “From Git Repository”, choose the Git provider you use and set up an integration. (Instructions: GitHub / GitLab / BitBucket).
  • Once that’s set up, click “Import Project From …” and import your Next.js app. It auto-detects that your app is using Next.js and sets up the build configuration for you. No need to change anything — everything should work just fine!
  • After importing, it’ll deploy your Next.js app and provide you with a deployment URL
  • To get more help on the deployment checkout

UPDATE

Important Note:

- Backup your website and template folders completely to make sure you have a restore point in case of any complications.

Update using FTP

  1. Download the latest version of the template to your device.
  2. Connect to your hosting via FTP software
  3. Upload the template folder you unzipped to your site folder
  4. You should be asked to confirm overwriting of this folder and its contents. Confirm the overwrite.

SOURCES & CREDITS

THANK YOU

Thank you so much for using this template.

- AliThemes Team -