This is a simple frontend application built using React.js and Tailwind CSS. It is designed to showcase how these two technologies can be used together to build a responsive and modern user interface.
To get started with this application, follow these steps:
- Clone the repository:
git clone https://github.com/mustafainxiteout/reactsample.git
- Install dependencies:
npm install
- Start the application:
npm start
- Open the application in your browser:
http://localhost:3000
This application includes the following features:
- Responsive layout using Tailwind CSS
- Home page with a list of items
- About page with information about the application
- Contact page with a contact form
This application was built using the following technologies:
- React.js
- Tailwind CSS
- Axios (for API calls)
- React Router DOM (for routing)