Challenge Overview
Note :: This is a fun and learning challenge. No prizes will be awarded for completing this challenge.
Project Overview
!React.js Fun Challenge Series! This will be an interactive fun and learning series of challenges ,where we will keep updated you with the solutions and hints to solve the challenge.
We are launching a series of fun Challenges, intended for learning new technology and topcoder platform. This is first challenge of the series to learn react.js
Business Requirements
“FunAtLearn” company wants to develop a survey solution. FunAtLearn wants a desktop and mobile friendly website for users, using react. We will help them build the survey application, across a series of challenges. In this first challenge we will help them build two components:
- Survey List Component
- Survey Item Component
New at React? Help and Documentation!
- Step by step approach starting with react.js
- Getting Started with React : thinkster.io
- Learning React.js Concepts : scotch.io
Technical Requirements
- Create a component called survey list which is used as a container which contains the survey items.
- Each survey item will also be a component. This is the second component you need to develop. The survey item will show title, creation date, and short description of the survey.
- You can use this REST URL to get the sample data for the surveys.
- User Interface is not a constraint. Feel free to use your creativity.
Final Submission Guidelines
Create zip file of your code and submit the zip.
There should be 2 components in your submission.
- SurveyList
- Survey