Skip to content

Scarr1309/webapp

 
 

Repository files navigation

Project Title

Saayam Web Application.

Table of Contents

Technologies Used

Getting Started

Prerequisites

  • Node.js (recommended version >= 21) and npm installed on your machine.

Installation

Clone to the test branch:

git clone -b test https://github.com/saayam-for-all/webapp.git

Navigate to the project directory:

cd webapp

Install dependencies: All the dependencies will be installed.

npm install

Development

Start the development server:

npm run dev

Open your browser and navigate to http://localhost:5173 to view the application running locally.

Build

To build the project for production execute below command in terminal.

npm run build

The optimized production build will be located in the dist directory.

Usage Overview

  • A user can register and login from Home Page
  • A user can request for help
  • A volunteer can register and Login
  • A verified volunteer can handle a request
  • Any one can donate from donate page

Provide instructions or examples demonstrating how to use your application.

Contributing

Contributions are welcome! Please follow these steps to contribute:

  1. Fork the repository.
  2. Create a new branch for your feature or fix: git checkout -b your-name or feature-name.
  3. Make changes and commit them: git commit -am 'feature or work message'.
  4. Push to the branch: git push origin feature-name.
  5. Raise a Pull request to your branch -> Dev (Note : Not to main branch)
  6. Submit a pull request.

To know more about our saayam project refer to https://github.com/saayam-for-all/docs/wiki

License

This project is licensed under the GNU General Public License v3.0.

Acknowledgments

Include any acknowledgments or credits for inspiration, code snippets, or resources.

Contact

For questions, feedback, or suggestions, please contact

LinkedIn - Rao K.

Mailto -Rao K

Whatsapp

About

Contains only the web releated React code

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 93.8%
  • CSS 6.0%
  • HTML 0.2%