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.
To get started with the project, follow these instructions:
-
Clone the Repository:
git clone https://github.com/Muralichowdhary/Anadhsevaapp.git cd Anadhsevaapp/frontend
-
Install Dependencies:
npm install
In the project directory, you can run:
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.
Launches the test runner in interactive watch mode.
For more information, see running tests.
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.
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.
You can learn more in the Create React App documentation.
To learn React, check out the React documentation.
- Code Splitting
- Analyzing the Bundle Size
- Making a Progressive Web App
- Advanced Configuration
- Deployment
- Troubleshooting: npm run build fails to minify
-
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.
-
Frontend:
- React
- React Router
-
Backend:
- Node.js
- Express
- MongoDB
- Mongoose
If you would like to contribute to the project, please follow these steps:
- Fork the repository.
- Create a new branch (
git checkout -b feature-branch
). - Make your changes.
- Commit your changes (
git commit -m 'Add new feature'
). - Push to the branch (
git push origin feature-branch
). - Open a pull request.
This project is licensed under the MIT License - see the LICENSE file for details.