This is a Next JS Project called Inertia News
The purpose of this oroject is to sbe able to showacse news from an api based on searrch and any other parameters given to it
TECHNOLOGIES USED: NEXTJS (A framework built on top of ReactJS) TAILWINDCSS (A CSS framework that use the power of classes to style elements) REACT HOOKS : useState - To manage state within components useContext - To create accessible properties to the whole of the application useReducer - To manage state in the whole of the application
MISCELLANOUS TECHNOLOGIES USED: AXIOS (To fetch data from the needed API) NEXT-THEMES (To manage dark theme state in my application)
THIS PROJECT IS CREATED BY ODELOLA OLUWASEYI