This React project demonstrates how to implement a theme switcher using React and Tailwind CSS for a dynamic user experience.
- Prerequisites: Ensure you have Node.js (version 14 or later) and npm (or yarn) installed on your system.
- Clone the Repository: Use git clone
https://github.com/Nahid-Mahmud/theme_swithcer_with_react_tailwind.git
- Install Dependencies: Navigate to the project directory and run
npm install
(oryarn install
) to install all the required dependencies.
Start the Development Server: Run npm run dev
(or yarn dev
) to launch the development server. Your application will typically be accessible at http://localhost:3000/.