This is a crowdfunding platform & the website for achive the SDG Goal 6 (Clean water and sanitation).
The project is still under development and the next updates will focus on the following tasks:
- Simple UI β
- Php login system β
- Backend creation (CRUD - β )
- User interface Design (Frontend β )
- Js powerd form β
- Paypal donation integration β
- Much detailed website
- Login & sign up form improvements
- User dashboard redesign
- Easy donation and detailed donation data
- And many more...
File structure
- README.md
- backend
- css
- img
- 1.jpg
- Target
- 6.1.svg
- 6.2.svg
- 6.3.svg
- 6.4.svg
- 6.5.svg
- 6.6.svg
- 6.7.svg
- 6.8.svg
- GOAL_6_TARGET_6.1.png
- GOAL_6_TARGET_6.2.png
- GOAL_6_TARGET_6.3.png
- GOAL_6_TARGET_6.4.png
- GOAL_6_TARGET_6.5.png
- GOAL_6_TARGET_6.6.png
- GOAL_6_TARGET_6.A.png
- GOAL_6_TARGET_6.B.png
- goal-6
- GOAL_6_PRIMARY_ICON
- GOAL_6_TARGETS
- GOAL_6_TARGETS_EPS
- GOAL_6_TARGETS_PNG
- GOAL_6_TARGETS_SVG
- WASH SDG.png
- Work
- cleanwater.png
- donate.jpg
- home.jpg
- home.svg
- logo.png
- sanitation.jpg
- water1.png
- index.html
- js
- list.md
- proinfo.html
To check Pure Water , follow these steps:
- Click the link below
- use these credentials to login
login credentials:
User - ?
password - ?
Just create new account and check how it works. <register>
Sql data structure:
DROP TABLE IF EXISTS `idea`;
CREATE TABLE IF NOT EXISTS `idea` (
`First_name` varchar(10) NOT NULL,
`Last_name` varchar(10) NOT NULL,
`Gender` char(5) NOT NULL,
`E_mail` varchar(50) NOT NULL,
`Massage` text NOT NULL
) ENGINE=MyISAM DEFAULT CHARSET=latin1;
DROP TABLE IF EXISTS `users`;
CREATE TABLE IF NOT EXISTS `users` (
`id` int(11) NOT NULL AUTO_INCREMENT,
`username` varchar(50) NOT NULL,
`email` varchar(50) NOT NULL,
`password` varchar(50) NOT NULL,
`create_datetime` datetime NOT NULL,
PRIMARY KEY (`id`)
) ENGINE=MyISAM AUTO_INCREMENT=2 DEFAULT CHARSET=latin1;
To contribute to Pure Water , follow these steps:
- Fork this repository.
- Create a branch:
git checkout -b <branch_name>
. - Make your changes and commit them:
git commit -m '<message_commit>'
- Push to the original branch:
git push origin <b>Pure Water </b> / <local>
- Create the pull request.
Alternatively, see the GitHub documentation at how to create a pull request.
We thank the following people who contributed to this project:
Akash Hasendra |
Kaushi |
Pubudhu |
Sewwaa |
Sanjeewa Lakmal |
Want to be part of this project? Click HERE and read how to contribute.