An open API service indexing awesome lists of open source software.

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.

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
```