code-raymond / todo-js

A task logger API project intended to log the daily tasks of myself. It is intended to generate an overall picture of my growth through my daily tasks. It targets both tech tasks and non tech tasks aswell.
0 stars 0 forks source link
task-manager

Rex

Rex is a to-do keeper application designed to help you log and track your daily tasks, providing an overall picture of your growth through both tech and non-tech activities.

Table of Contents

Installation

To get started with this project, clone the repository and install the dependencies:

git clone https://github.com/code-raymond/rex.git
cd rex
npm install

Usage

Once you have installed the dependencies, you can start using Rex to keep track of your daily to-dos. Here are the basic steps:

  1. Start the Application:

    npm start
  2. Log To-Dos: Use the application interface to add both tech and non-tech to-dos that you aim to complete daily.

  3. View and Manage To-Dos:

    • Mark to-dos as complete as you finish them.
    • Edit or delete to-dos as needed.
    • Review your to-do list to track your progress and ensure all tasks are accounted for.

Contributing

We welcome contributions to enhance Rex. Here’s how you can contribute:

  1. Fork the repository.
  2. Create a new branch:
    git checkout -b feature-branch
  3. Make your changes and commit them:
    git commit -m "Add some feature"
  4. Push to the branch:
    git push origin feature-branch
  5. Open a pull request to the main branch of the original repository.

License

This project is licensed under the MIT License. See the LICENSE file for more details.

Contact

For any inquiries or issues, please contact [Raymond Thomas] at [raymondmanithara@gmail.com].