Skip to content

Repository files navigation

List Objects App

A React + TypeScript application created with Vite to list comments from a public API.


Technologies


Folder Structure

src/
│
├── api/              # API requests
├── components/       # Reusable components
├── pages/            # Main pages
├── styles/           # Global styles
├── App.tsx           # Main component
└── main.tsx          # Entry point

🛠 Requirements


Installation

  1. Clone the project:
git clone https://github.com/LuanDucate/list-objects.git
cd list-objects
  1. Install the dependencies:
npm install
# or
yarn

Running locally

npm run dev
# or
yarn dev

Data Source

The application fetches comments from:

https://jsonplaceholder.typicode.com/posts/1/comments

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Used by

Contributors

Languages