This is a web applications project written using Create Next App, React, Typescript, React Infinite Scroll Component with JSON Placeholder API and Fake API.
Project hosted on Vercel: https://react-next-typescript-cv1.vercel.app/
- JSON Placeholder API
- Fake API
- React Hooks
- React Infinite Scroll Component
- Tablet and mobile friendly
- React Js, Css, Next Js, Typescript
- React Hooks: useState, useEffect
- next/head, next/link, next/router, next/legacy/image
- getServerSideProps, getStaticPaths, getStaticProps
Install git
, nodejs
, npm
in your local computer
Clone this repository to your local computer:
$ git clone https://github.com/albaitas/react-next-typescript-cv1.git
Install dependencies:
npm install
Runs the app in the development mode:
npm run dev