Text Reader is a React app for reading and displaying text, styled with Tailwind CSS and linted with ESLint.
- React
- Tailwind CSS
- ESLint
- Web Vitals
- Node.js
- Yarn or npm
-
Clone the repository:
git clone https://github.com/your-username/text-reader.git cd text-reader
-
Install dependencies:
yarn install # or npm install
yarn start
# or
npm start