Skip to content

Latest commit

 

History

History
38 lines (30 loc) · 1.09 KB

README.md

File metadata and controls

38 lines (30 loc) · 1.09 KB

Pixie🖼️

Pixie is a web application that allows users to sign up, sign in, upload images, and like images. This project is built using React, Firebase, and React Router for seamless navigation and state management.

Features

  • User Authentication: Users can sign up and sign in.
  • Upload Images: Users can upload images to share with others.
  • Like Images: Users can like images shared by others.

Tech Stack

  • React: Frontend library for building the user interface.
  • Firebase: Backend-as-a-Service (BaaS) for authentication, storage, and database.
  • React Router: Library for routing in React applications.
  • TailwindCSS: Utility-first CSS framework for styling.

Installation

  1. Clone the repository:
    git clone https://github.com/yourusername/pixie.git
  2. Navigate to the project directory:
    cd pixie
  3. Install dependencies:
    npm install

Running the Application

  1. Start the development server:
    npm run dev
  2. Open your browser and navigate to http://localhost:5173.