Skip to content

Latest commit

 

History

History
51 lines (36 loc) · 1.88 KB

README.md

File metadata and controls

51 lines (36 loc) · 1.88 KB

Sentiment Analyzer Blog

Welcome to the Sentiment Analyzer Blog! This project is a web application designed to analyze sentiments of text and provide insightful posts on various topics. Users can navigate through multiple pages, read blog posts, analyze sentiments of their own text, and log in to access additional features.

Features

  • Sentiment Analysis: Analyze the sentiment of text entered by the user using the sentiment analyzer tool.
  • Blog Posts: Browse through multiple blog posts on various topics to gain insights and perspectives.
  • Pages: Navigate through different pages such as home, about, contact, etc., to explore the content of the blog.
  • Login: Log in to the system to access additional features such as commenting, liking posts, and saving favorite posts.
  • Router Navigation: Utilize React Router for seamless navigation between different pages and components of the application.

Technologies Used

  • React: Frontend framework for building the user interface and components.
  • React Router: Navigational components for routing between different pages of the application.
  • Sentiment Library: Library used for sentiment analysis of text inputs.
  • Authentication System: Implement authentication and user management system for login functionality.
  • Markdown: Use Markdown syntax for writing blog posts and content.

Getting Started

To run the Sentiment Analyzer Blog locally on your machine, follow these steps:

  1. Clone the repository:

    git clone https://github.com/otherland/sentiment-analyzer-blog.git
  2. Navigate to the project directory:

Copy code
cd sentiment-analyzer-blog
  1. Install dependencies:
Copy code
npm install
  1. Start the development server:
Copy code
npm start

Open your web browser and navigate to http://localhost:3000 to access the Sentiment Analyzer Blog.