Skip to content

marwan2232004/Emotion-Sense

Repository files navigation

🎨 Emotion Sense Front-End

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.

How to Run the Front-End Locally

  1. Clone this repository.
  2. Install dependencies:
    npm install
    npm run dev