ABA (Another Blog Application) is a feature-rich application with user management capabilities, extendend from the exercises developed in the Full Stack Open course offered by the University of Helsinki. Users can sign up, create, like, and comment on different posts.
You can view a live demo login in with the username 'guestUser' and password 'SuperSecretPass' here.
- User authentication and management.
- Creation and publishing of blog posts.
- Like and comment functionality on posts.
- React.js for building the frontend user interface.
- Styled Components for styling React components.
- React Redux for state management.
- React Router DOM for client-side routing.
- Axios for making HTTP requests.
- Node.js and Express.js for building the backend server.
- MongoDB for storing blog posts and user information.
