Piso Platform
Overview
Piso Platform is a web application that allows users to create, edit, and delete posts with authentication. The project is built using JavaScript, Axios, Bootstrap, and integrates with an API for user authentication and post management.
Features
User Authentication: Users can register, log in, and log out using API authentication.
Post Management: Users can create, edit, and delete posts.
Infinite Scrolling: Automatically loads more posts as the user scrolls.
User Profile Persistence: User session is restored after page refresh.
Alerts and Notifications: Provides feedback to users via alerts using SweetAlert.
Loading Indicator: Shows a loader while API requests are processed.
Technologies Used
JavaScript: Core programming language for frontend functionality.
Axios: For handling API requests.
Bootstrap: For UI components and modal handling.
SweetAlert: For improved alerts and user feedback.
LocalStorage: To store user authentication tokens and session data.