Welcome to PaintStation, your go-to destination for all things art and craft. Our website is dedicated to providing a vibrant platform for artists and craft enthusiasts to explore, create, and connect.
Live Site: PaintStation
server: here
The "Add Craft" section allows users to upload and share their own paintings. Users can submit their artworks, which will be displayed on the website for others to view and appreciate.
In the "My Art&Craft" section, users can manage their uploaded paintings. This feature provides a personalized space where users can edit or remove their artworks as desired.
The "All Art & Craft" section showcases a gallery of all paintings contributed by users. Visitors can browse through a collection of artworks, view details about each piece, and discover a variety of creative expressions.
- react-fast-marquee
- react-router-dom
- react-simple-typewriter
- react-spinners
- react-awesome-button
- swiper
To get a local copy up and running follow these simple steps.
Make sure you have Node.js and npm (or yarn) installed on your development machine.
- Clone the repository:
git clone https://github.com/your-username/your-project.git Navigate into the project directory: cd your-project Install dependencies: npm install or yarn install To run the project locally, use the following command: npm start or yarn start
Replace your-username and your-project with your actual GitHub username and project repository name.