https://github.com/elvis-ndubuisi/african_heritage_client
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.
https://github.com/elvis-ndubuisi/african_heritage_client
africa african-adages african-heritage client contributors svelte svelte3 sveltejs
Last synced: 5 days ago
JSON representation
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.
- Host: GitHub
- URL: https://github.com/elvis-ndubuisi/african_heritage_client
- Owner: elvis-ndubuisi
- Created: 2022-05-20T10:35:07.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2024-06-21T17:38:12.000Z (over 1 year ago)
- Last Synced: 2025-04-05T19:44:57.175Z (7 months ago)
- Topics: africa, african-adages, african-heritage, client, contributors, svelte, svelte3, sveltejs
- Language: Svelte
- Homepage: https://africanheritage.vercel.app
- Size: 4.15 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# The African Heritage Project
---
African Adage client
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](https://africanheritage.vercel.app), register and start contributing.
_Please be nice and submit only valid adages/proverbs_
## Using the API
## Setup client project.
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.\*](https://nodejs.org) installed_
Clonning the dependencies...
```bash
git clone file
```
Install the dependencies...
```bash
cd african_adage
npm install
```
Start the dev server
```bash
npm run dev
```