The African Adage client app lets contributors submit adages to the African Adage API repository as well as manage submitted adages via its provided dashboard. The web app also serves as the API documentation for the public.
To join, visit africanheritage, register and start contributing.
Please be nice and submit only valid adages/proverbs
If you wish to clone and work with this frontend file, you can clone the project on github;
Note that you need to have nodejs install, i had node v16.* installed
Clonning the dependencies...
git clone file
Install the dependencies...
cd african_adage
npm install
Start the dev server
npm run dev