An open API service indexing awesome lists of open source software.

https://github.com/musmax/news_paper

A news fetching project where we integrate with a public API to supply data. This project also allow submission of email for newsletter reminder. We also allow user to register for easy access in future. To run this project, follow the instruction on the README
https://github.com/musmax/news_paper

api-integration api-testing-framework formik-yup react-bootsrap reactjs redux-toolkit

Last synced: about 2 months ago
JSON representation

A news fetching project where we integrate with a public API to supply data. This project also allow submission of email for newsletter reminder. We also allow user to register for easy access in future. To run this project, follow the instruction on the README

Awesome Lists containing this project

README

          

# news_paper
This is a fullstack project where user can read news. I use react redux toolkit for state mgt.
I used react-bootsrap for styling while form validation was done with formik and yup respectively.
The backend was a public API that is open to anyone for testing.
To run this projec
you need to run
#npm install - for all the packages
#npm run jserv - for the BE
#npm run dev - for the FE
this simply means you will need two terminals to fully utilize the project.