This is the front-end for the Emotion Sense API built with React and Vite, and deployed on Netlify. The application allows users to input text for sentiment analysis, determining whether the sentiment is positive, neutral, or negative.
🌐 Live Demo: The front-end is live and accessible at Emotion Sense Front-End.
- API Repository: Emotion Sense API
- Clone this repository.
- Install dependencies:
npm install npm run dev