/influentials

We are builders assignment

Primary LanguageTypeScript

Influentials

Description

Our designer has provided a gorgeous design in the tool Framer X that represents a marketplace overview of our venture Influentials, this is what we ask of you to deliver, create a react application that shows an overview of campaigns.

We've created a mock API endpoint from our Postman documentation that you can use to grab data to populate this overview. https://9370fa24-a918-4d84-8c0e-de3d38971a35.mock.pstmn.io/api/v2/influencers/campaigns

Framer webpreview

  • Setup a React application.
  • Use a library/framework like Facebook Flux or Redux to store data and handle the one direction flow of actions.
  • Show off your container and component skills.
  • Use styling for your components that is not css (so use: less, sass or styled components, etc..)
  • Implement tests to show your testing skills.
  • Show off your locally running application to us in a demo and tell us how and what you created.

Postman end point export and environment.

Scripts

Install dependencies:

npm i

Run development environment:

npm run dev

Run production environment:

npm start

Run test environment:

npm test

Authors