This project was built using NextJS and Tailwind CSS. a simple blog website using data from the public API, https://gorest.co.in, and this website has a CRUD feature on the Users page.
Clone from github link:
git clone https://github.com/Eef-M/NextJS-Blog-Web-App.git
go to the project folder:
cd NextJS-Blog-Web-App
then install:
npm install next
First, run the development server:
npm run dev