Overview:
This product is a website where users can donate to charities and also make charity requests. It has a landing page, login page, charity page, single charity page, and user request page.
Features:
- Homepage: The landing page of the website.
- Login Page: Allows users to login and register if they are not already registered.
- Charity Page: Users can donate money to various charity requests.
- Single Charity Page: Displays details of a single charity and shows all donations made.
- User Request Page: Users can create their own charity requests and track/edit existing requests.
Installation:
To install the theme, follow these steps:
- Clone the repository using the following command:
git clone [repository-link]
- Install the required dependencies:
npm install
- Start the back-end server:
node server.js
- Start the front-end development server:
npm start
- Open the website in your browser using the provided localhost link.
Summary:
This product is a website for donating to charities and making charity requests. It has features such as a landing page, login page, charity page, single charity page, and user request page. Users can easily navigate through the website and contribute to charitable causes.