https://github.com/afsar-dev/ph-10-as-client
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.
https://github.com/afsar-dev/ph-10-as-client
axios daisyui firebase javascript react tailwindcss
Last synced: 8 months ago
JSON representation
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.
- Host: GitHub
- URL: https://github.com/afsar-dev/ph-10-as-client
- Owner: afsar-dev
- Created: 2024-05-31T14:10:47.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-08-06T05:14:52.000Z (almost 2 years ago)
- Last Synced: 2025-07-03T08:58:50.070Z (12 months ago)
- Topics: axios, daisyui, firebase, javascript, react, tailwindcss
- Language: JavaScript
- Homepage: https://lambent-basbousa-b017a2.netlify.app/
- Size: 27.9 MB
- Stars: 5
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# PaintStation
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.
## About PaintStation
Live Site: [PaintStation](https://iridescent-stardust-70d638.netlify.app)
server: [here](https://github.com/Mdafsarx/ph-10-as-server)
## Features
### 1. Add Craft
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.
### 2. My Art&Craft
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.
### 3. All Art & Craft
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.
## NPM Packages Used
- react-fast-marquee
- react-router-dom
- react-simple-typewriter
- react-spinners
- react-awesome-button
- swiper
## Getting Started
To get a local copy up and running follow these simple steps.
### Prerequisites
Make sure you have Node.js and npm (or yarn) installed on your development machine.
### Installation
1. Clone the repository:
```sh
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
## Additional Notes:
Replace your-username and your-project with your actual GitHub username and project repository name.