Skip to content

Latest commit

 

History

History
35 lines (22 loc) · 1.52 KB

README.md

File metadata and controls

35 lines (22 loc) · 1.52 KB

Techwondoe-frontend-first-round

application link: https://techwondoe-first-round-users-table.netlify.app

Screenshot (215)

React application that pulls data from a user API and shows it in a table, you can perform all the CRUD operations. Api comes from a json-web server, link to the json-web server code : https://github.com/vincevise/techwondoe-interview-backend
app is created using Vite, deployed on https://techwondoe-first-round-users-table.netlify.app/

packages used :

React-query for handling asynchronous API request
Tailwind CSS for styling
react-table for creating the Table
date-fns for formatting date in https://www.rfc-editor.org/rfc/rfc3339 format
random-avatar-generator for Generating new avatar
react-icons for icons

Untitled.mp4