An open API service indexing awesome lists of open source software.

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.

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.