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

https://github.com/zafar-saleem/kamonde


https://github.com/zafar-saleem/kamonde

Last synced: 8 months ago
JSON representation

Awesome Lists containing this project

README

          

## Introduction

`Kamonde` is a project that tests react router dom to navigate between different pages such as `Home` & `Framework`. It also tests to do a real time text base search on `Frameworks` page.

## How to run

To install dependencies use below commands.

```bash
cd kamonde
yarn
```

To run locally.

```bash
yarn dev
```

To build

```bash
yarn build
```

To run lint

```bash
yarn lint
```
## Here is how it looks like live.

https://cozy-chimera-25568e.netlify.app/

## Contributors

1. [@zafar-saleem](https://github.com/zafar-saleem)