awtian / atask

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Atask Frontend Engineer Test

This application is created for the test purpose of PT Atask Teknologi Internasional

The app created using React Typescript on Vite, using TailwindCSS as the CSS library and Material Tailwind as the component library.

This app is connected to the Github API, where we can search github username in order to see their Repository name, description, and the stars.

Demo

I've deployed the application to make it easier to check the app. You can directly check the deployed app here: https://atask.awtian.com/

Run the app locally

To run this application locally you can clone this repository by cloning the repository first on the terminal

  git clone git@github.com:awtian/atask.git

followed up by opening the folder on the terminal and installing the package needeed for the app

  cd atask
  npm install

To run locally you can use this command on your terminal

  npm run dev 

and to manually build the app you can run

  npm run build 

Authors

About


Languages

Language:TypeScript 77.1%Language:JavaScript 11.4%Language:CSS 7.2%Language:HTML 4.3%