The frontend was designed using React Javascript. The design of the application, which consists of Bots and Sentiment analysis pages, was prepared with TailwindCSS. It has mobile, tablet and computer view.
Download a copy of the project
git clone https://github.com/burakkrt/react-glomil-test-case.git
cd react-glomil-test-case
Download all necessary dependent files
npm install
Run the development environment
npm run dev
Compile the project for publishing
npm run build