Build a Modern Dashboard Side Navigation Bar in ReactJS using TailwindCss only
Jul 27, 2024 · 9 min read · Tools Needed: Visual Studio Code (preferably) Nodejs installed Creating your React app using Vite: For a faster installation of the react app, we make use of vite rather than the contemporary create-react app. npm create vite@latest dashboard -- ...
Join discussion
