Project description
Crowdfunding is the practice of funding a project or venture by raising small amounts of money from a large number of people, The aim of the project: Create a console apptostartfundraise projects. The app should include the following features:
1 -Authentication System:
•Registration:
•First name
•Last name
•Password
•Confirm password
•Mobile phone [validated against Egyptian phone numbers]
•Login
•The user should be able to login after activation using his email and password
2 -Projects:
•The user can create a project fund raise campaign which contains:
•Title
•Details
•Total target (i.e 250000 EGP)
•Set start/end time for the campaign(validatethe date formula)
•Usercan view all projects
•Usercan edit his own projects
•Usercan delete his own project
•Usercan search for a project using date (bonus)