Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/nyirurugoomar/bouletteproof_challenge
https://github.com/nyirurugoomar/bouletteproof_challenge
Last synced: 4 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/nyirurugoomar/bouletteproof_challenge
- Owner: nyirurugoomar
- Created: 2024-10-20T14:49:06.000Z (29 days ago)
- Default Branch: main
- Last Pushed: 2024-10-21T08:52:52.000Z (29 days ago)
- Last Synced: 2024-10-22T05:47:15.710Z (28 days ago)
- Language: JavaScript
- Homepage: https://bouletteproof-challenge-sp9t.vercel.app/
- Size: 197 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
**Cloning the Repository**
```bash
https://github.com/nyirurugoomar/Bouletteproof_challenge.git
cd Bouletteproof_challenge
```**Installation**
Install the project dependencies using npm:
```bash
npm install
```**Running the Project**
```bash
npm run dev
```
Open [http://localhost:3000](http://localhost:3000) with your browser to see the result.**API Resource MOCKARRO**
```bash
Chart:https://api.mockaroo.com/api/196c81b0?count=4&key=2e3ba090
```
**Response(Chart API)
```bash
{
"label": "pageViews",
"data": 119,
"backgroundColor": "#3d92b2",
"borderColor": "#f826f4",
"pageViews": 24,
"uniqueVisitors": 35,
"totalVisitors": 289,
"bounceRate": 1,
"avgSessionDuration": 5
}
```
```bash
Table:https://api.mockaroo.com/api/a3508120?count=50&key=2e3ba090
```
**Response(Table API)
```bash
{
"id": 1,
"name": "Monti Sterland",
"email": "[email protected]",
"signupDate": "12/18/2023",
"lastActivity": "11/18/2023"
}
```## Deploy on Vercel
Check out link https://bouletteproof-challenge-sp9t.vercel.app/