Blognama Dummy Website
This is a simple website created using Next.js, React.js, and Tailwind CSS to showcase blog posts from a dummy API. The posts are generated randomly using https://dummyjson.com/posts/ and displayed on the homepage.
Features
Displays random blog posts fetched from dummyjson.com/posts/. Responsive design using Tailwind CSS.
Built using Next.js and React.js for server-side rendering and efficient client-side performance.
Installation
Clone this repository to your local machine.
Run npm install to install the required dependencies.
Run npm run dev to start the development server.Usage
Open your web browser and go to http://localhost:3000 to view the homepage.
The homepage displays a list of randomly generated blog posts from https://dummyjson.com/posts/.
Credits
Blog post data generated using dummyjson.com/posts/. Built using Next.js, React.js, and Tailwind CSS.
Feel free to modify and use this project as a starting point for your own Next.js and React.js projects. Happy coding!