Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/abdussamadyisau/enye-react-user-profile
https://github.com/abdussamadyisau/enye-react-user-profile
Last synced: 24 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/abdussamadyisau/enye-react-user-profile
- Owner: AbdussamadYisau
- Created: 2021-01-14T13:09:07.000Z (about 4 years ago)
- Default Branch: master
- Last Pushed: 2021-01-15T00:28:14.000Z (about 4 years ago)
- Last Synced: 2023-03-09T05:36:21.138Z (almost 2 years ago)
- Language: JavaScript
- Homepage: https://confident-sammet-535455.netlify.app/#
- Size: 618 KB
- Stars: 1
- Watchers: 0
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Enye Frontend Challenge
The purpose is to gauge your understanding of working with JSON data with various RESTful APIs. In this challenge, we provide a [sample API](https://api.enye.tech/v1/challenge/records) with a single endpoint and ask you to write some Javascript to request data from the API and transform the response.## Tasks
1. Using the Profiles API, create a UI that presents the information intuitively and beautifully
2. Only 20 profiles **must** be listed on a page, so pagination is needed
3. Your application **must** incorporate two (2) filters to dynamically present the information (i.e. filter by gender, payment method, credit card type, etc.)
4. Your application **must** include a search bar to search for a specific patient
5. Your application front-end **must** be written using ReactJS
6. The application **must** be deployed to the web### Installation
```bash
1. Clone repo
2. npm install
3. npm start```
#### Link to deployed Website and screenshot
[Deployed here](https://confident-sammet-535455.netlify.app/)
![Screenshot of Website at work](https://github.com/AbdussamadYisau/Enye-react-user-profile/blob/master/assets/Screenshot.png)
![Screenshot of Website at work](https://github.com/AbdussamadYisau/Enye-react-user-profile/blob/master/assets/Screenshot2.png)