It is a MERN
Web application that is used as a online notice borad for SCB students
It is developed using MERN stack
Author: @dhanasaitholeti
Reactjs
is used to develop reusable components.Redux
is used to manage state of the application so that data fetched from the server is utilized all over the applicationRedux-saga
is used to perform all the asyncronous tasks like CRUD operations and storing the data in redux store.By this asyncronous code is divided from the syncronous code hence it is easy to manage itcss
is used to style the components- used conditional rendering for dynamic content generation.
- implemented login and signup functionlities for security reasons
Nodejs
in conjunction withexpress js
is used for the developement of REST API endpointsAuthentication/Authorization
are done by usingJsonwebtoken
MongoDB
is used as the Database
Thank you