Medium Clone Using NextJS && TypeScript && Tailwind-CSS && Sanity-CMS.
ReactJs: JavaScript Library
NextJs: ReactJs Framework
Tailwind-CSS: CSS Framework
Sanity-CMS: Headless CMS
React-Hook-Form: Validate Forms In React
Prettier: Code formatter
Eslint: Linter
├── src # Src Folder
├── components # Reusabble parts
├── Layout # layout component
├── lib # lib Folder
├── styles # styles Folder
├── pages # Application views
├── api # API Folder
├── post # post pages
Cd
in the project directory.git remote rm origin
to remove the remote refenrece.yarn
to install dependencies