Skip to content

Latest commit

 

History

History
16 lines (13 loc) · 478 Bytes

README.md

File metadata and controls

16 lines (13 loc) · 478 Bytes

A scandiweb technical assesment interview

Developing an ecommerce site with designs provided in figma

Fetching data from a graphql endpoint Below is the graphql endpoint link: https://github.com/scandiweb/junior-react-endpoint Instructions: Download a zipped file or clone it Install all dependencies Run npm build then npm start The server should successfully run on port localhost:4000;

-Used apollo client to call data from the server. -To use redux for state management.