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.
- 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.
- 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.
- Clone the repository:
git clone https://github.com/yourusername/pixie.git
- Navigate to the project directory:
cd pixie
- Install dependencies:
npm install
- Start the development server:
npm run dev
- Open your browser and navigate to
http://localhost:5173
.