From ca5bc51ec05f0425bd5ef9c7183fa73c593d2576 Mon Sep 17 00:00:00 2001 From: VanshAneja3 Date: Wed, 26 Mar 2025 18:19:49 +0530 Subject: [PATCH 1/3] Create contribution.txt --- contribution.txt | 1 + 1 file changed, 1 insertion(+) create mode 100644 contribution.txt diff --git a/contribution.txt b/contribution.txt new file mode 100644 index 000000000000..181a276c94d6 --- /dev/null +++ b/contribution.txt @@ -0,0 +1 @@ +Add a dark mode toggle for better UX From 438ff7414845c4134961898ef7ecced9388e7bd4 Mon Sep 17 00:00:00 2001 From: Vansh Date: Wed, 26 Mar 2025 18:22:55 +0530 Subject: [PATCH 2/3] Added contribution.txt --- contribution.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/contribution.txt b/contribution.txt index 181a276c94d6..753dbf01daa5 100644 --- a/contribution.txt +++ b/contribution.txt @@ -1 +1 @@ -Add a dark mode toggle for better UX +Vansh Aneja - Add a dark mode toggle for better UX From ee164158a656ca63ccb76444bed807804d2afa70 Mon Sep 17 00:00:00 2001 From: Vansh Date: Wed, 26 Mar 2025 18:39:43 +0530 Subject: [PATCH 3/3] added .gitignore & updated README.md --- .gitignore | 46 +--------------------------------------------- README.md | 26 ++++++-------------------- 2 files changed, 7 insertions(+), 65 deletions(-) diff --git a/.gitignore b/.gitignore index eb9d33c78a33..328214b94e80 100644 --- a/.gitignore +++ b/.gitignore @@ -1,46 +1,2 @@ -/gradle/wrapper/gradle-wrapper.properties - -##----------Android---------- -*.apk -*.ap_ -*.dex -*.class -bin/ -gen/ -build/ -out/ - -# Ignoring Gradle build artifacts and project files -##----------Gradle---------- -.gradle/ -gradle-app.setting -!gradle-wrapper.jar -build/ - -# Ignoring Maven build artifacts and project files -##----------Maven---------- -*.classpath -*.project -*.settings -/target/ -local.properties - -# Ignoring IntelliJ IDEA project files and configurations -##----------IDEA---------- -*.iml -.idea/ -*.ipr -*.iws - -# Ignoring Android Studio Navigation editor temporary files -.navigation/ - -# Ignoring common system and editor-generated files -##----------Other---------- -*~ -.DS_Store -gradle.properties -.vscode *.log - -/infer-out/ +temp/ diff --git a/README.md b/README.md index d60d5104c385..49bd35a5b6c7 100644 --- a/README.md +++ b/README.md @@ -1,20 +1,6 @@ -# The Algorithms - Java - -[![Build](https://github.com/TheAlgorithms/Java/actions/workflows/build.yml/badge.svg?branch=master)](https://github.com/TheAlgorithms/Java/actions/workflows/build.yml) -[![codecov](https://codecov.io/gh/TheAlgorithms/Java/graph/badge.svg?token=XAdPyqTIqR)](https://codecov.io/gh/TheAlgorithms/Java) -[![Discord chat](https://img.shields.io/discord/808045925556682782.svg?logo=discord&colorB=7289DA&style=flat-square)](https://discord.gg/c7MnfGFGa6) -[![Gitpod ready-to-code](https://img.shields.io/badge/Gitpod-ready--to--code-blue?logo=gitpod)](https://gitpod.io/#https://github.com/TheAlgorithms/Java) - - -You can run and edit the algorithms, or contribute to them using Gitpod.io (a free online development environment) with a single click. - -[![Open in Gitpod](https://gitpod.io/button/open-in-gitpod.svg)](https://gitpod.io/#https://github.com/TheAlgorithms/Java) - -### All algorithms are implemented in Java (for educational purposes) -These implementations are intended for learning purposes. As such, they may be less efficient than the Java standard library. - -## Contribution Guidelines -Please read our [Contribution Guidelines](CONTRIBUTING.md) before you contribute to this project. - -## Algorithms -Our [directory](DIRECTORY.md) has the full list of applications. +# FEE Project Title +## Description of the FEE Project +This FEE Project does XYZ... +## Steps to run FEE Project +1. Install dependencies +2. Run the main script