Crafty Canvas is a dynamic space for exploring, discovering, and creating art. Our platform provides a diverse range of painting and drawing categories, curated to spark your imagination and inspire creativity. From landscapes to portraits, Crafty Canvas offers something for every artistic taste.
- Arts&Crafts Management
- Profile Management
- Dark Mode
- ReactJS
- Firebase
- TailwindCSS
- MongoDB (Server Side)
- Express.js (Server Side)
Before you begin, ensure you have the following installed on your system:
-
Clone the Repository:
git clone https://github.com/sm-noushan/react-crafty-canvas-client cd react-crafty-canvas-client
-
Install Dependencies:
npm install
-
Set Up Environment Variables: Create a
.env.local
file in the root directory and add the necessary environment variables. (Important!) -
Run the Application:
npm run dev -- --host
-
Access the Site: Open your browser and go to
http://localhost:5173/
orhttp://192.168.1.12:5173/
from other devices on the same network to view the application.