Skip to content

Latest commit

 

History

History
51 lines (32 loc) · 1.38 KB

README.md

File metadata and controls

51 lines (32 loc) · 1.38 KB

Brooklyn Stoop Sale Web Application 🏙️

Welcome to the Brooklyn Stoop Sale web application! This platform is designed to promote and manage local stoop sales in Brooklyn, facilitating community engagement by allowing users to RSVP for events, share event details on social media, and view event locations on an integrated map.

Features

  • Event Promotion: Easily create and promote local stoop sales to engage the community.
  • RSVP Functionality: Users can RSVP for events to help organizers plan better.
  • Social Media Sharing: Share event details on social media platforms to reach a wider audience.
  • Interactive Map: View event locations on an integrated map for easy navigation.

🌐 Live Demo

Check out the live demo of the Brooklyn Stoop Sale web application here: Brooklyn Stoop Sale Demo

Technologies Used

  • React.js
  • Lottie (for animations)

Getting Started 🚀

To get started with the Brooklyn Stoop Sale app, follow these steps:

  1. Clone the repository:

    git clone https://github.com/YourUsername/brooklyn-stoop-sale.git
  2. Navigate to the project directory:

    cd brooklyn-stoop-sale
  3. Install the dependencies:

    npm install
  4. Start the development server:

    npm start