Redux Counter App with React and Tailwind CSS
This is a basic counter application built with React and Redux. The application allows you to increment, decrement, and reset a counter value. It also demonstrates the use of Tailwind CSS for styling.
Usage
- Open the app in your browser.
- You will see a counter displayed on the screen.
- Click on "plus one" to increment the counter.
- Click on "minus one" to decrement the counter.
- Click on "reset" to reset the counter to zero.
Technologies Used
- React
- Redux-toolkit
- Tailwind CSS