LapTrack is a web development project using React, TypeScript, and Vite. This project is aimed at managing and tracking laptops in an inventory system.
- React: A JavaScript library for building user interfaces.
- TypeScript: An open-source language which builds on JavaScript by adding static type definitions.
- Vite: A build tool that aims to provide a faster and leaner development experience for modern web projects.
- Assignment: Click here!!!
To get a local copy up and running, follow these simple steps:
-
Clone the repo
git clone https://github.com/bakaqc/labtrack.git
-
Install packages
yarn
-
Run the App
yarn dev
-
Run the
json-server
for the API
- Lap Track is under the MIT license.