Welcome to the frontend repository of the Lost-and-Found project for our Computer Science Club. This ReactJS application serves as the client-side interface for our platform.
Follow these instructions to set up your frontend development environment.
- Git
- Node.js and npm
Clone the frontend repository to your local machine:
git clone https://github.com/hen1227/lost-and-found.git
cd lost-and-foundInstall the required npm packages:
npm installStart the development server:
npm startThe application will open in your default browser at http://localhost:3000.
To contribute changes to the code, use the following git commands:
git pull origin main # Always pull before making changes
git add .
git commit -m "Describe the enhancement or fix"
git push origin mainThis project is licensed under the MIT License - see the LICENSE.md file for details.
- Contributors
- External libraries used
- Etc