This project, an EPG react application, is a part of a code test for Norigin Media. I've user ReactQuery to fetch the data from already provided mock-api and styled-components for styling. The app is responsive.
npm install create-dunicn-epgThis project, an EPG react application, is a part of a code test for Norigin Media.
I've user ReactQuery to fetch the data from already provided mock-api and styled-components for styling. The app is responsive.
To install and run it:
``
npx create-dunicn-epg your-project-name
cd your-project-name && npm start
``