/contacts-app

A simple reactive app to display contact information.

Primary LanguageJavaScript

Contacts App

See live application at dqna64.github.io/contacts-app/

A simple single-page web app that displays contact information fetched from jsonplaceholder.typicode.com/users.

Made this mainly to try out Tailwind CSS v3.0, Vite build tool for ReactJS, and the ChakraUI component library.

Development

To run this project locally, follow these steps.

$ npm install
$ npm run dev