This is a simple React + TypeScript application that includes radio buttons for selection, a text box for discount code entry, a button to generate a discount code, and a text area for notes. The application uses Redux for state management and Tailwind CSS for styling.
- Radio buttons to select an option
- Text box to enter a discount code with validation
- Button to generate and display a mock discount code
- Text area to enter notes
- React
- TypeScript
- Redux
- Tailwind CSS
- Node.js (>= 14.x)
- npm or yarn
-
Clone the repository:
git clone https://github.com/bigoxdev/discount-app.git
-
Navigate directory
cd discount-app
-
Install the dependencies
npm install