Welcome to the Goal Tracking System repository built with React.js! This simple web application allows you to track your goals by adding and deleting them in a user-friendly way. It also provides validation to ensure that you don't add empty goals.
- Add new goals by simply providing a goal description.
- Delete goals by clicking on the goal list item.
- Visual feedback for empty goal input:
- Label color changes to red.
- Input background color changes to salmon.
You can try out the Goal Tracking System by visiting the live demo here.
Follow these instructions to get the project up and running on your local machine.
Before you begin, ensure you have met the following requirements:
- Node.js installed on your machine.
-
Clone the repository to your local machine:
git clone https://github.com/msafeerhussain/Goal-tracker.git
-
Navigate to the project directory:
cd goal-tracking-system
-
Install the necessary dependencies using npm or yarn:
npm install # or yarn install
-
Start the development server:
npm start # or yarn start
-
Open your web browser and visit http://localhost:3000 to access the Goal Tracking System.
-
Start adding your goals, and enjoy tracking your progress!
Contributions are welcome! If you'd like to contribute to this project, please follow these steps:
- Fork the repository.
- Create a new branch for your feature or bug fix.
- Make your changes and commit them with descriptive commit messages.
- Push your changes to your fork.
- Submit a pull request to the main repository.
This project is licensed under the MIT License.