Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/axestein/listify

Manage your tasks effectively with Listify — your go-to tool for staying organized and on top of your day.
https://github.com/axestein/listify

frontend javascript reactjs tailwindcss to-do-list ui-design webdevelopment

Last synced: about 2 months ago
JSON representation

Manage your tasks effectively with Listify — your go-to tool for staying organized and on top of your day.

Awesome Lists containing this project

README

        

# Listify appicon

![Group 34063](https://github.com/user-attachments/assets/2c0da709-ddb0-41f1-9fde-c5632d54b4b7)

Manage your tasks effectively with Listify — your go-to tool for staying organized and on top of your day. Listify is a simple yet powerful to-do list web app that allows you to add, edit, delete, and manage your tasks with ease.

## Project Description

Listify helps you stay on track with your daily tasks. It includes features such as:
- **Add Task**: Quickly add tasks with titles, descriptions, dates, and times.
- **Check Task as Done**: Mark tasks as completed with a single click.
- **Edit Task**: Modify your tasks to update their details as your schedule changes.
- **Delete Task**: Remove tasks that are no longer needed.
- **Set Date and Time**: Schedule your tasks with specific dates and times to stay organized.

## Project Tech Stack

Listify is built using the following technologies:

- **React.js**: For building the user interface.
- **Tailwind CSS**: For styling the application with a modern and responsive design.
- **Figma**: For designing certain UI elements.

## Installation

Follow these steps to run Listify on your local machine:

1. **Clone the repository**:
```bash
git clone https://github.com/your-username/listify.git
cd listify
```

2. **Install dependencies**:
```bash
npm install
```

3. **Run the development server**:
```bash
npm start
```

4. Open your browser and go to `http://localhost:3000` to see Listify in action.

## Project Structure

Here's an overview of the project structure:

```
listify/
├── public/
│ ├── index.html
├── src/
│ ├── components/
│ │ ├── TodoForm.jsx
│ │ └── TodoItem.jsx
│ ├── App.jsx
│ ├── index.css
│ └── main.jsx
├── package.json
└── README.md
```
## Contact

If you have any questions, suggestions, or feedback, please reach out:

- **Email**: [email protected]
- **GitHub**: [Axestein](https://github.com/Axestein)