Emoji App is a simple React application that allows users to input text and appends emojis that match the sentiment.
To run a backend server go to src/flask_backend and type python app.py
To run a frontend server, type npm install and then npm start