- React: A JavaScript library for building user interfaces.
- Tailwind CSS: A utility-first CSS framework for rapid UI development.
- TypeScript: A statically typed superset of JavaScript.
- Ant Design: A popular UI component library for React.
Make sure you have Node.js and npm (Node Package Manager) installed on your machine.
-
Clone this repository:
git clone https://github.com/Shahriar-Rumel/antd-challenge-2.git cd antd-challenge-2
-
Install dependencies:
npm install
- Start the development server:
npm start
The application will be available at http://localhost:3000.
This project is licensed under the MIT License - see the LICENSE file for details