This project is developed by myself along with my friends, Vaibhav and Apul, under the flag of IEEE BITS-Pilani. It provides a hassle-free experience to ease the complex process of searching for your precious belongings by providing a common platform for both stakeholders.
The tech stack used in this app was React.js
(HTML/CSS/JS) and Django Rest
(Python).
This website contains options to sign-in/sign-up by Email and GoogleAuth and to list the items you lost/found within the campus (with your contact) through an easy user interface.
-
Clone the directory and run
npm install
to install the essential dependencies. -
npm start
will allow you to run the website in its development mode at your localhost. Check the errors using the console and browser as they keep reloading with changes. -
After your changes, running
npm run build
would build the website for production in a BUILD folder. This bundles React in production mode and optimizes the build for the best performance.
For other uses, you might refer to React Docs.