The problem Better Tomorrow solves
We, at Better Tomorrow try to solve the issues of people by providing a platform for the general public to raise their issues and for the NGOs to get funds to solve those without spending much on advertisements.
Challenges we ran into
- Initializing the payment gateway has some security key issues.
- How to develop a login/signup system on frontend side. To store the user credentials temporarily we used localStorage to hold account credentials.
- Some restful APIs were giving bad request. Googling the issue and taking help from seniors led us to know that we were using unnecessary headers and were not parsing the json data correctly.