Skip to content

Sebastian-Sole/it2810-assignment-2

Repository files navigation

Prosjekt 2

Description

This project is a visualizer of data from the GitLab REST API, specifically commits and issues.

As a user, you log in using a project URL and a personal access token, and can see relevant data about your personal repository.

Live demo

Please use this link to visit a live demo of the website.

Developer Information

Developed by Sebastian Sole, Julian Grande and Magnus Rødseth.

Documentation

Please read the docs documentation.

Tech stack and libraries

  • React
  • TypeScript
  • Tailwind
  • Daisy UI, a component library built on top of Tailwind
  • React Query, for lazy loading data when fetching data
  • Jest
  • React Testing Library
  • Recharts, for visualizing data

Running the application

Personal access token

If you have not done so already, create a personal access token using this guide.

Run the application

# Navigate to the project directory
cd project-2

# Install dependencies
npm install

# Start the application
npm start

# Test the application
npm test

For other available scripts, please see package.json

About

Assignment 2 for it2810 course at NTNU

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages