Skip to content

techlot/tqas-pwr-frontend

 
 

Repository files navigation

Getting started

Where to find back-end part of the project

In order to find back-end part of project, please follow the link: https://github.com/h0pped/tqas-pwr

Installation

First Step

Make sure to have NodeJS and Git installed.

To clone project, open in code editor new folder and in terminal run next commands:

$ git clone git@github.com:h0pped/tqas-pwr-frontend.git
$ cd tqas-pwr-frontend
$ code . (Or just open the project via VSCode GUI)

Next Step

Install all necessary dependencies:

$ npm install

Before running application, make sure having server part running.

$ npm start

Needed extensions

In order to work with the project you need to instal the following VScode extensions:

  • ESLint (code analyze and syntax check)
  • Prettier (Prettify and format the code depending on ESLint rules)

About

This repository contains the front-end code for Teaching Quality Assurance System. The front-end provides a user-friendly and modern interface for Teaching Quality Assurance System's users and interacts with the backend API to deliver a seamless experience.

Topics

Resources

License

Stars

Watchers

Forks

Contributors

Languages

  • JavaScript 97.3%
  • CSS 2.0%
  • HTML 0.7%