Welcome to the Lost and Found Platform, a web application designed to connect people who have lost items with people who have found them. This platform is built using the following technologies:
- ReactJS for the front-end.
- MongoDB for the database.
- Material UI for the design.
- Styled Components for styling.
- ExpressJS for the back-end.
- Redux for state management.
The app is deployed and can be accessed at this link: https://lostandfound.faroukallani.tn/
- Clone the repository to your local machine
git clone https://github.com/farouk-allani/lost_and_found_app
- Install the dependencies for both directories of back and front
npm install
- Start the development server
npm run dev
- Open your browser and navigate to
http://localhost:3000
- Users can post about items they have lost
- Users can post about items they have found
- Users can search for items they have lost
- Users can search for items they have found
- Users can contact the original owner of the lost item
- Users can contact the person who found the item
If you would like to contribute to this project, please do the following:
- Fork the repository
- Create a new branch for your feature
- Make your changes
- Test your changes
- Submit a pull request
This project was developed as a final project in my fullstack bootcamp at GoMyCode Sousse. If you have any feedback or suggestions, please let us know.