According to the assigned task, We have Developed a Web-App for the Forum2k.
As per the requirements as well as additional features, The Web-App consists of
-Landing Page
-List of Events Page
-Contacts Form page
-Event entry page
-All the CRUD operations inbuilt
-Admin section
The frontend was created using React js and A hidden path was created an ADMIN section.
Keeping that in mind, The End user cannot tamper with the events list, making it secure
as well as fun to explore.
The backend being the heart of the Web-App where the database management happens
connecting the frontend to the backend was bootstraped using Node.js and MongoDB.
An overview of:
-
What technologies/versions were used
ReactJS | Express | MongoDB | NodeJS | npm | Framer Motion | Axios | Gasp | Styled Elements
-
Setup/Installations required to run the solution
cd backend
- Install dependencies.
npm install
- To run the app in the development mode.
node index.js
cd frontend
- Install dependencies.
npm install
- To run the app in the development mode and Open http://localhost:3000 to view it in the browser.
npm start
List of team member names and email IDs with their contributions.
Member Name | Contribution | |
---|---|---|
Souvik Nayak | nayaksouvik786@gmail.com | Backend, Database & Testing |
Aditya Prasad Mishra | adimish777@gmail.com | Frontend, Ideation & Testing |
Affix links to the online tools/repositories/blogs etc., which helped you along the development of the project.