thechinedu / dataguard-challenge

Plugin manager

Home Page:https://dataguard-challenge-six.vercel.app

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

DataGuard Challenge - Plugin manager

This web application provides a simple way to manage plugins.

Content

Overview

This application is written using Next.JS and Typescript. It uses CSS Modules for styling The following are the key component and files included in the application:

  • src/components directory: contains the components that make up the application
  • src/providers directory: contains the context providers that make it easy to share functionality across the application

Prerequisites

This application depends on Node.JS 16 so please ensure that you have it installed on your machine.

Installing Dependencies

To ensure that the application runs correctly, you have to make sure all dependencies are correctly installed. This can be done by running the following command:

# yarn
yarn install

# or npm
npm install

Running the Application

Once all dependencies are installed, you should be able to run the application. The application can be started in development mode using:

# yarn
yarn dev

# or npm
npm run dev

To start the application in production mode, you can run:

# yarn
yarn start

# or npm
npm start

About

Plugin manager

https://dataguard-challenge-six.vercel.app


Languages

Language:TypeScript 75.2%Language:CSS 24.2%Language:JavaScript 0.6%