In the Acterio project, fetching data from the DummyJSON API involves sending requests to retrieve relevant information for processing. Error handling mechanisms are implemented to gracefully manage instances where the API may be unavailable or return unexpected responses. Have used Nex.js framework for dynamic routing. TypeScript helped me ensure that I'm passing the correct type of props to React components. Tailwind empowered me effortlessly style pages and its components.
- Next.js
- React
- TypeScript
- Tailwind
First, run the development server:
npm run dev
# or
yarn dev
Open [http://localhost:3000](http://localhost:3000) with your browser to see the result