A web application facilitating the reporting of lost items, searching for found items, and fostering a community-driven approach to reuniting owners with their lost belongings.
Frontend
Backend
To run the project, run the following commands in both the frontend
and backend
directories.
npm install
npm start
Contributions are what make the open source community such an amazing place to learn, inspire, and create. Any contributions you make are greatly appreciated.
- Fork this repository.
- Clone it on your local machine.
git clone https://github.com/your-github-username/LostAndFound.git
- Navigate to the project directory
cd LostAndFound
- Create a new branch.
git checkout -b feature/new-feature
- Make your changes, add and commit them.
git add . git commit -m 'Added a new feature'
- Push to the branch.
git push origin feature/new-feature
- Submit a pull request.