Skip to content

hen1227/lost-and-found

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Lost-and-Found Frontend

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.

Getting Started

Follow these instructions to set up your frontend development environment.

Prerequisites

  • Git
  • Node.js and npm

Cloning the Repository

Clone the frontend repository to your local machine:

git clone https://github.com/hen1227/lost-and-found.git
cd lost-and-found

Installing Dependencies

Install the required npm packages:

npm install

Running the Application

Start the development server:

npm start

The application will open in your default browser at http://localhost:3000.

Pushing Changes

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 main

License

This project is licensed under the MIT License - see the LICENSE.md file for details.

Acknowledgments

  • Contributors
  • External libraries used
  • Etc

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 3

  •  
  •  
  •