ArtGallery is a simple digital platform that allows you to explore and manage art collections efficiently. Artists can add, edit, and delete their own artworks, while users can leave reviews on the pieces. The platform is designed to be accessible and easy to use.
⚠️ Make sure your development environment is correctly configured to avoid errors during execution.
- Add Artworks: Artists can add new artworks to their profile.
- Edit and Delete Artworks: Artists can edit or delete their artworks at any time.
- Comments and Reviews: Users can leave reviews on the artworks, encouraging interaction.
- Artwork Display: Users can explore the artworks with details such as the artist's name, artwork title, and description.
- Users access the platform and can explore the art gallery.
- Artists can add, edit, or delete their own artworks.
- Users can leave comments and reviews on the artworks, interacting with the content.
- Artworks are displayed with their title, author, and a brief description.
- There are no advanced filters or other complex interactions; the interface is simple and straightforward.
- General User: Explores the gallery and leaves comments on the artworks.
- Artist: Adds, edits, or deletes their own artworks and manages their profile.
- Administrator: (Optional) Manages the platform, although this has not been implemented in this version.
- Backend Language:
Node.js - Frontend:
CSS3,HTML5 - Persistence: Local files (JSON) for storing artworks and comments.
- Clona el repositorio:
git clone https://github.com/tu-usuario/ArtGallery.git