Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update Readme.md #1

Merged
merged 1 commit into from
Mar 16, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
37 changes: 26 additions & 11 deletions Readme.md
Original file line number Diff line number Diff line change
@@ -1,19 +1,25 @@
# Todo List App

This is a simple Todo List application built with React Native.
Welcome to our Todo List application! This application is built with the powerful and efficient React Native framework. It's a simple yet feature-rich app that helps you manage your daily tasks with ease.

## Installation
## Getting Started

1. Clone the repository:
Follow these steps to get the app up and running on your local machine:

### 1. Clone the Repository

Start by cloning the repository to your local machine. You can do this by running the following command in your terminal:
```bash
git clone https://github.com/PavanaSakethaRam/React-Native-To-Do
git clone https://github.com/iiitl/React-Native-To-Do
```
2. Install the dependencies:
### 2. Install Dependencies

Navigate into the cloned repository and install the necessary dependencies by running:
```bash
npm install
```

## Usage
### Usage

To run the app:

Expand All @@ -23,11 +29,20 @@ npm start

## Features

- Add a new todo
- Mark a todo as completed
- Delete a todo
- Filter todos by their completion status
Our Todo List app comes with a variety of features to help you stay organized:

- Add a New Todo: Keep track of your tasks by adding them to your list.
- Mark a Todo as Completed: Finished a task? Mark it as completed with just a click!
- Delete a Todo: Remove tasks that you no longer need.
- Filter Todos: View your tasks based on their completion status.

## Contributing

Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.
We welcome contributions from everyone. If you’re interested in contributing, please follow these steps:

- Fork the repository.
- Create a new branch for your changes.
- Make your changes in your branch.
- Submit a pull request.

For issues of high complexity, we encourage you to engage in a discussion with us about your proposed solution and approach. Once we have a shared understanding, we will assign the issue to you. For issues of low to medium complexity, feel free to submit a pull request at your convenience. We greatly value your contributions and are excited to collaborate with you!