Skip to content

lipwei1808/chatcpp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

46 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Chatcpp

Remake of my CS2103 IP but with C++.

Don't ask me why.

Features

  • List all tasks
  • Add a task
  • Mark and unmark a task
  • Delete a task

Other stuff to know

  • The first word of the input is the command
  • Available commands
    • todo
    • deadline
    • event
    • list
    • mark
    • unmark
  • Duke was built with C++

Usage

  1. Clone the repository
git clone https://github.com/lipwei1808/chatcpp.git
  1. Build Duke
mkdir build
cd build
cmake ..
make
  1. Run Duke
./chatcpp

About

Recreating my CS2103 IP

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published