Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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++
- Host: GitHub
- URL: https://github.com/uttamkn/todotui
- Owner: uttamkn
- License: mit
- Created: 2024-08-09T17:26:35.000Z (5 months ago)
- Default Branch: main
- Last Pushed: 2024-09-26T12:41:02.000Z (3 months ago)
- Last Synced: 2024-09-29T23:42:00.391Z (3 months ago)
- Topics: cpp17, todo
- Language: C++
- Homepage:
- Size: 44.9 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.