sodiqmakinde / Tech-Time

The goal of the landing page is to promote the various courses to be offered by techtime also give users and potential students detailed information about the school.

Home Page:https://tech-time-three.vercel.app

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Tech Time

Tech time is a web application built with Next.js that focuses on promoting the various courses to be offered by tech time and also gives users and potential students detailed information about the school.

Hosted on : (https://tech-time-talentplus.vercel.app/)

Techtime Screenshot

Getting Started

Prerequisites

  • Docker
  • Docker Compose

Installation

  1. Clone the repository

    bashCopy code

    git clone https://github.com/sodiqmakinde/Tech-Time.git

  2. Navigate to the project directory

    bashCopy code

    cd Tech-Time

  3. Build the Docker image

    Copy code

    docker build -t techtime .

  4. Run the Docker container

    arduinoCopy code

    docker run -p 3000:3000 techtime

  5. Access the application in your browser at http://localhost:3000

Building for Production

To build the application for production, run the following command:

arduinoCopy code

npm run build

This will create an optimized build of the application in th ./out directory.

To start the production server, run the following command:

sqlCopy code

npm start

Built With

  • Next.js - The web framework used
  • React - The JavaScript library used for building user interfaces
  • styled-components - The CSS-in-JS library used for styling components
  • react-slick - The carousel component used for handling the testimonial slider

Authors

About

The goal of the landing page is to promote the various courses to be offered by techtime also give users and potential students detailed information about the school.

https://tech-time-three.vercel.app


Languages

Language:JavaScript 78.4%Language:CSS 11.4%Language:SCSS 9.7%Language:Dockerfile 0.5%