React App for text manipulation.
- Convert text to uppercase.
- Convert text to lowercase.
- Capitalize all the first letters on every word.
- Reverse the text from back to front.
- React - The JavaScript framework
- Webpack - Module Bundler
- Babel - Transcompiler
- Tailwind - CSS framework
- Clone the repo
git clone https://github.com/arwildo/textul
- Run npm install inside project root
npm install
- Start the server
npm run start
This project is licensed under the MIT License - see the LICENSE.md file for details