Fake api with posts created using DummyJSON. You could change API url in the api.ts
file. Link here.
# Install dependencies
npm install
# Run the Project
npm run dev
# build for production
npm run build
# formatting with Prettier
npm run format
# Lint project using ESLint
npm run lint