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.
- 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.
- 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.
To run the Sentiment Analyzer Blog locally on your machine, follow these steps:
-
Clone the repository:
git clone https://github.com/otherland/sentiment-analyzer-blog.git
-
Navigate to the project directory:
Copy code
cd sentiment-analyzer-blog
- Install dependencies:
Copy code
npm install
- Start the development server:
Copy code
npm start
Open your web browser and navigate to http://localhost:3000 to access the Sentiment Analyzer Blog.