Skip to content

MuraliChowdhary/VercelAnnadSevaF

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Annadseva - Frontend

Welcome to the frontend of the Annadseva project. This React application provides a user-friendly interface for the Annadseva food bank system. The frontend was bootstrapped with Create React App.

Live Link

Annadseva Live

Getting Started

To get started with the project, follow these instructions:

Installation

  1. Clone the Repository:

    git clone https://github.com/Muralichowdhary/Anadhsevaapp.git
    cd Anadhsevaapp/frontend
  2. Install Dependencies:

    npm install

Available Scripts

In the project directory, you can run:

npm start

Runs the app in development mode.
Open http://localhost:3000 to view it in your browser.
The page will reload when you make changes.
You may also see any lint errors in the console.

npm test

Launches the test runner in interactive watch mode.
For more information, see running tests.

npm run build

Builds the app for production to the build folder.
It correctly bundles React in production mode and optimizes the build for the best performance.
The build is minified, and the filenames include the hashes.
Your app is ready to be deployed!

See deployment for more information.

npm run eject

Note: This is a one-way operation. Once you eject, you can't go back!

If you are not satisfied with the build tool and configuration choices, you can eject at any time. This command will remove the single build dependency from your project. Instead, it will copy all configuration files and transitive dependencies (webpack, Babel, ESLint, etc.) right into your project so you have full control over them. All of the commands except eject will still work, but they will point to the copied scripts so you can tweak them. At this point, you are on your own.

You don't have to ever use eject. The curated feature set is suitable for small and medium deployments, and you shouldn’t feel obligated to use this feature. However, we understand that this tool wouldn’t be useful if you couldn’t customize it when you are ready for it.

Learn More

You can learn more in the Create React App documentation.

To learn React, check out the React documentation.

Additional Documentation

Features

  • Donors:

    • Register and login to donate food items.
    • View and manage donation history.
    • Receive confirmation and thank-you messages.
  • Receivers:

    • Register and login to request food assistance.
    • Track the status of food requests.
    • View available food items and request assistance.
  • Volunteers:

    • Register and login to sign up for volunteering opportunities.
    • View and manage volunteer shifts and tasks.
    • Communicate with the organization and other volunteers.

Tech Stack

  • Frontend:

    • React
    • React Router
  • Backend:

    • Node.js
    • Express
    • MongoDB
    • Mongoose

Contributing

If you would like to contribute to the project, please follow these steps:

  1. Fork the repository.
  2. Create a new branch (git checkout -b feature-branch).
  3. Make your changes.
  4. Commit your changes (git commit -m 'Add new feature').
  5. Push to the branch (git push origin feature-branch).
  6. Open a pull request.

License

This project is licensed under the MIT License - see the LICENSE file for details.