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
- Host: GitHub
- URL: https://github.com/musmax/news_paper
- Owner: musmax
- Created: 2024-11-08T17:29:21.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-11-08T18:19:00.000Z (over 1 year ago)
- Last Synced: 2026-01-03T16:25:49.392Z (5 months ago)
- Topics: api-integration, api-testing-framework, formik-yup, react-bootsrap, reactjs, redux-toolkit
- Homepage:
- Size: 258 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.