Skip to content

Latest commit

 

History

History
26 lines (21 loc) · 785 Bytes

File metadata and controls

26 lines (21 loc) · 785 Bytes

Technical Choices

-Vite for fast builds,hot reload
-Axios for easier API Consuming,automatic json parsing
-Bootstrap for ready made CSS classes
-Toastify for User Toast messages for errors

Issues

I couldnt query github to get a sorted and paginated list of repositories
so i got everything and sorted/paginated in the client

Time spent

10/6 1 hour
11/6 1 hour
12/6 4 hours
13/6 4 hours
14/6 1:30 hours
16/6 2:10 hours

Installation Instructions

1.Install Node.js (my current version is 22.15.1)
2.Clone this repository
3.Open a terminal and navigate in the project folder cd (path)
4.input 'npm install' to install dependencies listed in the packages.json file
5.input npm run dev to Start the client.