A React + TypeScript application created with Vite to list comments from a public API.
src/
│
├── api/ # API requests
├── components/ # Reusable components
├── pages/ # Main pages
├── styles/ # Global styles
├── App.tsx # Main component
└── main.tsx # Entry point
- Clone the project:
git clone https://github.com/LuanDucate/list-objects.git
cd list-objects- Install the dependencies:
npm install
# or
yarnnpm run dev
# or
yarn devThe application fetches comments from:
https://jsonplaceholder.typicode.com/posts/1/comments