You are on page 1of 1

1.

Create Simple Social App “BTC Social” using ReactJS and


TypeScript/JavaScript

Sample app should have the following feature.

a. User should able to create the post


b. User should able to List the posts
c. User should able to comment

For API you can use “https://jsonplaceholder.typicode.com/guide.html”

NOTE: You can disable the CORS during development.

Expectations:
1. At least 3 Route
2. Stateless component and hooks
3. Redux or Mobx for state management.
4. ES6 Feature
5. CSS Module
6. Less or sass

You might also like