Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/uttamkn/todotui

A to-do app written in C++
https://github.com/uttamkn/todotui

cpp17 todo

Last synced: about 1 month ago
JSON representation

A to-do app written in C++

Awesome Lists containing this project

README

        

# Todotui

## Building the Project

Follow these steps to build the project:

1. **Clone the Repository**

```bash
git clone https://github.com/uttamkn/todotui.git
cd todotui
```

2. **Create a Build Directory and Run CMake**

```bash
cmake -S . -B build
```

3. **Build the Project**

```bash
cmake --build build
```

4. **Run the Application**

```bash
./build/todotui
```

## License

This project is licensed under the MIT License - see the [LICENSE](LICENSE) file for details.