Challenge Overview
Challenge Overview
Hey there Topcoderers! In this challenge, we are putting some finishing touches on our Redis Manager App. We need our awesome coders to add some logos to the UI of our manager. Our client has asked for us to build a clone of Redis Commander and Medis, only in Angular6 so they can add some custom components as needed.If you are new to Redis it is an in-memory data store that is most commonly used to support web apps that need fast and frequent access to key-value pairs. This technique commonly known as data caching leverages Redis.
Final Submission Guidelines
Challenge Objectives
We are completely done with the hard parts, and now we need to add some logos to the finished product! The client has named this app ERM (Easy Redis Manager), with a tagline of “Now that's Easy!”. We are getting some edits done by the designer, but we have provided the text-free logos for integration.
Major Requirements
-
Add the white logo to the purple masthead bar
-
Add the purple logo as a favicon
Minor Requirements
-
Use the grey logo as a watermark in the main (right) panel in the light theme
Code Access
Please fork & clone the repo here: https://github.com/topcoderinc/TC-redis-manager
The .svg files for the logos will be in the forums
The .svg files for the logos will be in the forums
Technology Stack
Frontend
-
Angular 6
-
Angular Material https://material.angular.io/
-
Material Icons https://material.io/tools/icons/?style=baseline
Backend
-
ioredis https://github.com/luin/ioredis
-
Currently Express (see major requirements)
-
NodeJS
Submission
-
Please submit your source files in a zip.
-
The winner will be asked to create a pull request on the repo