Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/sanchocreativo/front-end-coding-challenge
Front End Challenge made with React
https://github.com/sanchocreativo/front-end-coding-challenge
Last synced: about 2 months ago
JSON representation
Front End Challenge made with React
- Host: GitHub
- URL: https://github.com/sanchocreativo/front-end-coding-challenge
- Owner: sanchocreativo
- Created: 2019-10-08T02:49:06.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2023-01-04T22:18:51.000Z (about 2 years ago)
- Last Synced: 2023-03-07T18:29:40.540Z (almost 2 years ago)
- Language: JavaScript
- Homepage:
- Size: 3.68 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 21
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Side Notes for choices and decisions in a few words.
Libraries and packages used: They were Used mostly for saving time purposes, improving the human readability and the user experience, althought my implementation lacks UI, I think converting the date and the country code makes everything more readable! Used bootstrap and it is responsive as well.
"country-data": "0.0.31",
"moment": "^2.24.0",
"moment-timezone": "^0.5.26",
"react": "^16.10.2",
"react-dom": "^16.10.2",
"react-moment": "^0.9.6",
"react-scripts": "3.2.0",
"reactstrap": "^8.0.1"
Regards, Santiago!