https://github.com/zafar-saleem/kamonde
https://github.com/zafar-saleem/kamonde
Last synced: 8 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/zafar-saleem/kamonde
- Owner: zafar-saleem
- Created: 2023-10-04T08:16:43.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2023-10-11T13:20:14.000Z (about 2 years ago)
- Last Synced: 2025-01-01T03:27:39.172Z (10 months ago)
- Language: TypeScript
- Size: 123 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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)