https://github.com/ashwin7mak/frontend-assessment
Front end assessment using react and redux
https://github.com/ashwin7mak/frontend-assessment
react redux redux-thunk scss
Last synced: 2 months ago
JSON representation
Front end assessment using react and redux
- Host: GitHub
- URL: https://github.com/ashwin7mak/frontend-assessment
- Owner: Ashwin7mak
- Created: 2020-09-27T06:14:49.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2020-09-27T16:49:49.000Z (over 4 years ago)
- Last Synced: 2025-04-14T22:56:40.293Z (2 months ago)
- Topics: react, redux, redux-thunk, scss
- Language: JavaScript
- Homepage: https://ashwin7mak.github.io/frontend-assessment/
- Size: 1.1 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Frontend Assessment
Stackline GitHub repository: https://github.com/ashwin7mak/frontend-assessment
Live web page (hosted on GitHub Pages): https://ashwin7mak.github.io/frontend-assessment/
## Installation Instructions
Follow these instructions to get a development environment up and running.
Clone the repository
```
git clone https://github.com/ashwin7mak/frontend-assessment.git
```Install dependencies
```
npm install
```Run the app in development mode
```
npm start
```## Requirements
### Resources to get started (attached via email):
1. A JSON file to be used as the data source to populate the web page
2. A wire mockup of what your final web page should look like### We are looking for:
1. A solution that resembles the provided mock up closely and implements AT LEAST ONE of either the graph or chart as seen in the mock up.
2. A working solution that takes the provided JSON file as output from a stubbed-out API call
3. A solution that implements React and Redux best practices and patterns
4. Clean code### Assets to be returned via email within the provided time frame:
1. A [public repository](https://github.com/ashwin7mak/frontend-assessment) to view the final code
2. A [public URL](https://ashwin7mak.github.io/frontend-assessment/) to view the web page## Technologies Used
- React
- Redux
- JavaScript
- HTML
- SCSS## Thank You
I really enjoyed working in this project. Looking forward for the feedback !