You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Our Event management project with React Router aims to create a simple web application for managing events. It allows users to view a list of events, see event details, edit event details, add new events and navigate between different pages using React Router.
Created a App for Event Management using MERN , uses concept of react-router-dom library and created different different routes like Home, Events , Newsletter , and Authentication in top header bar , and user can add any New Event , Update Existing Event , Remove Existing Event and they can do all after user is authenticated from backend
Our Event management project with React Router aims to create a simple web application for managing events. It allows users to view a list of events, see event details, edit event details, add new events and navigate between different pages using React Router.