Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/rminelli/brastlewark-search
Web App to help to search data of all the gnomes inside Brastlewark City by their names or professions, this is an assessment challenge designed to help RPG players find gnomes in the city
https://github.com/rminelli/brastlewark-search
axios bootstrap javascript react
Last synced: 9 days ago
JSON representation
Web App to help to search data of all the gnomes inside Brastlewark City by their names or professions, this is an assessment challenge designed to help RPG players find gnomes in the city
- Host: GitHub
- URL: https://github.com/rminelli/brastlewark-search
- Owner: rminelli
- License: mit
- Created: 2019-09-24T13:07:41.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2023-01-04T11:21:35.000Z (almost 2 years ago)
- Last Synced: 2023-03-03T02:01:36.379Z (over 1 year ago)
- Topics: axios, bootstrap, javascript, react
- Language: JavaScript
- Homepage:
- Size: 5.04 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 21
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Brastlewark Search
## Web App to help to search data of all the gnomes inside Brastlewark City by their names or professions, this is an assessment challenge designed to help RPG players find gnomes in the city[![prettier](https://img.shields.io/badge/styled%20with-prettier-ff69b4.svg)](https://github.com/prettier/prettier)
[![GitHub](https://img.shields.io/github/license/mtxr/vscode-sqltools?style=flat-square)](https://github.com/rminelli/brastlewark-search/blob/master/LICENSE)This project was created with:
- Axios
- Bootstrap
- Font-awesome
- Reactstrap
- Bootstrapped with [Create React App](https://github.com/facebook/create-react-app).![](preview.gif)
## How to Use
```bash
# Clone this repository
$ git clone https://github.com/rminelli/brastlewark-search# Go into the repository
$ cd brastlewark-search# Install dependencies
$ npm install## Available Scripts
# In the project directory, you can run the App:$ npm start
Runs the app in the development mode
Open http://localhost:3000 to view it in the browser. (This usually happens automatically)$ npm test
Launches the test runner in the interactive watch mode
See the section about [running tests](https://facebook.github.io/create-react-app/docs/running-tests)$ npm run build
Builds the app for production to the `build` folder
It correctly bundles React in production mode and optimizes the build for the best performance.## Data source:
Census data from the city: https://raw.githubusercontent.com/rrafols/mobile_test/master/data.json
```### Possible Improvements ❤️
- Do more units tests
- Improve data loading
- Search for another type of gnome data like friends or age