This is an sports center applcation built using React.js and TypeScript and TailwindCSS over Vite. It is built for partial fulfillment of WD301 course. The application fetches data from a swagger API and provides sports data to its users. The application caters both signed and guest users. Signed in users have the privilege to set the preferences of their choice and view sport match results and read sport news accordingly. The application has used React's context API for state management
https://storied-mandazi-f457ad.netlify.app/
https://www.youtube.com/playlist?list=PLccQ9YxWYId0lQVMdN_epKV-Wod6KGBDP
Clone the project
git clone https://github.com/thedevildude/sportsnews.git
Install dependencies
npm install
Start locally
npm run dev
To deploy this project run.
npm install
npm run build