Live Link: Artistry Canvas
The project "Artistry Canvas - Art & Craft Store" addresses the need for an online platform focused on art and craft enthusiasts. It aims to provide a comprehensive solution for users to explore, manage, and showcase their art and craft items. By integrating functionalities like category-based browsing, user authentication, item management, and dynamic data rendering, the project facilitates a seamless user experience tailored to the specific needs of artists and hobbyists.
-
Category-Based Exploration: Users can easily explore and navigate through various categories of art and craft items, simplifying the process of finding specific items of interest.
-
User Authentication and Management: Secure authentication ensures that users can manage their own profiles and have exclusive access to features like adding, editing, and deleting their items.
-
Dynamic Data Rendering: The project dynamically renders data fetched from the backend, ensuring that users receive up-to-date information and a responsive user interface.
-
Item Management: Users can perform CRUD (Create, Read, Update, Delete) operations on their art and craft items, enabling them to showcase their work effectively and manage their inventory.
-
Enhanced User Interaction: Interactive UI elements and advanced functionalities such as sorting enable users to customize their browsing experience and manage their collections efficiently.
- Tailwind CSS
- JavaScript.js
- React.js
- Node.js
- MongoDB
- Firebase
- Clone the repository.
- Install dependencies using
npm install
. - Configure environment variables.
- Run the frontend and backend servers using
npm start
.