Skip to content

Sanjeewa001/Ara-n-hygiene-for-humans

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

Pure Water

GitHub repo size GitHub language count GitHub forks Bitbucket open issues Bitbucket open pull requests

preview

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

File structure

πŸš€ Demo Pure Water

To check Pure Water , follow these steps:

  • Click the link below
  • use these credentials to login

login credentials:

#Pure Water

User - ?
password - ?

Just create new account and check how it works. <register>

βš™οΈ Database Pure Water

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;

πŸ“« Contributing to Pure Water

To contribute to Pure Water , follow these steps:

  1. Fork this repository.
  2. Create a branch: git checkout -b <branch_name>.
  3. Make your changes and commit them: git commit -m '<message_commit>'
  4. Push to the original branch: git push origin <b>Pure Water </b> / <local>
  5. Create the pull request.

Alternatively, see the GitHub documentation at how to create a pull request.

🀝 Contributors

We thank the following people who contributed to this project:

Akash Hasendra
Akash Hasendra
kaush0024
Kaushi
Pubu00
Pubudhu
sewwaa
Sewwaa
Sanjeewa Lakmal
Sanjeewa Lakmal

πŸ˜„ Be one of the contributors

Want to be part of this project? Click HERE and read how to contribute.

πŸ›  References & Languages

  • πŸ’» Β  Html Javascript Php Css

  • 🌐 Β  W3c Icon8 MDN Smtp_js tutorialspoint

⬆ Back to top

About

No description, website, or topics provided.

Resources

Code of conduct

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published