DeolaJ / user-table

Simple user list display

Home Page:https://dj-user-table.netlify.app/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

User Table

A simple display for users.

Bootstrapped using Vite for development purposes

Instructions

Getting Started

git clone https://github.com/DeolaJ/user-table.git
cd user-table
npm install

Create an env file based on env.example, and input the appropriate API BASE URL

Development

To run the local server,

npm run dev

Prettier, Typescript, and Eslint libraries are used for formating and error checking. Install their corresponding vscode extensions to use with VSCode.

Test

Some unit tests were written using Jest and React testing library.

To run these tests

npm run test

About

Simple user list display

https://dj-user-table.netlify.app/


Languages

Language:TypeScript 97.0%Language:HTML 1.9%Language:JavaScript 1.1%