https://github.com/dantelentsoe/team5
https://github.com/dantelentsoe/team5
rea
Last synced: 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/dantelentsoe/team5
- Owner: DanteLentsoe
- Created: 2022-09-15T20:10:28.000Z (almost 3 years ago)
- Default Branch: master
- Last Pushed: 2022-09-16T08:44:16.000Z (almost 3 years ago)
- Last Synced: 2025-02-16T03:41:24.586Z (4 months ago)
- Topics: rea
- Language: JavaScript
- Homepage: https://team5-prototype.netlify.app/
- Size: 278 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# TEAM5
Team5 is an application intented on showcasing usage of data visualization, search filters etc. it helps logging data in order to track changes in your API (with visualizations).
## Getting Started
These instructions will get you a copy of the project up and running on your local machine for development and testing purposes.
### Prerequisites
- [yarn](https://classic.yarnpkg.com/en/)npm i yarn
- [Node](https://nodejs.org/en/) minimum v12.3.0### Installing
- Clone the repository using HTTPS
```
git clone https://github.com/DanteLentsoe/team5.git
``````
cd team5
```cd client && yarn && cd ..
# Run Client
cd client yarn dev
- yarn start
Client Endpoint : http://localhost:3000## Environments
There are 2 environments each corresponding to a branch on the repository:
- Production - `master` branch
- Development - `dev` branch## Deployment
The application is deployed on [Netlify.com](```https://www.netlify.com/```)
##Site
https://team5-prototype.netlify.app/#/admin/dashboard
## Built With
Details of the tech stack that has been used.
## Client
- [Typescript](https://www.typescriptlang.org/)
- [React](https://create-react-app.dev/)
- [Chakra UI](https://chakra-ui.com/)## Architecture
A basic architecture diagram or description of the chosen architecture should be detailed here. Lol, I did not include it.
## Authors
- **Dante Lentsoe**
## Licenses
```
├─ MIT: 953
├─ ISC: 78
├─ BSD-3-Clause: 37
├─ BSD-2-Clause: 29
├─ Apache-2.0: 26
├─ MIT*: 8
├─ BSD: 5
├─ (MIT OR CC0-1.0): 5
├─ CC0-1.0: 4
├─ WTFPL: 2
├─ Unlicense: 2
├─ 0BSD: 2
├─ Custom: https://github.com/tmcw/jsonlint: 1
├─ BSD-3-Clause OR MIT: 1
├─ (MIT OR Apache-2.0): 1
├─ CC-BY-4.0: 1
├─ Public Domain: 1
├─ AFLv2.1,BSD: 1
├─ (MIT AND Zlib): 1
├─ (MIT AND BSD-3-Clause): 1
└─ CC-BY-3.0: 1
```## Meta
| Version | Author | Date |
| ------- | ----------------------------------- | ---------- |
| 0.0.4 | Dante Lentsoe | 016/09/2022|
![]()