Skip to content

iqbalkang/digital-aid-seattle

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Sheltero

digital-aid-seattle

This is a web application created in React to help a local animal shelter named Sheltero manage their donation inventory. The application allows users to input, track, and analyze donations efficiently.

🚀 Hosted At

https://digital-aid-seattle.vercel.app/

Core Functionalities

Donation Input Form

  • Fields:
    • Donor's Name
    • Type of Donation (money, food, clothing, etc.)
    • Quantity or Amount Donated
    • Date of the Donation

Donation List

  • Features:
    • Display a list of recorded donations with their details.
    • Edit or delete a donation from the list.
    • Filter donations based on their type (e.g., money, food, clothing).
    • See a summary of donations for a specific type.

Donation Statistics

  • Basic Statistics:
    • Total amount donated
    • Number of donations

Additional Notes

  • Basic validation to prevent empty submissions and errors.
  • Code includes comments for better understanding.
  • Well-organized code for ease of maintenance.

Running the Code

  1. Clone the repository:

    git clone https://github.com/iqbalkang225/digital-aid-seattle.git sheltero
    
  2. Navigate to the project directory:

    cd sheltero
    
  3. Install dependencies:

    npm install
    
  4. Run the following command to start the application:

    npm start
    

The application will be accessible at http:https://localhost:3000.