Skip to content
This repository has been archived by the owner on Jun 13, 2023. It is now read-only.

Neon-Coders/todotab

Repository files navigation

Todo Tab

Todotab is a simple tool to organise everything.

Live version

Live Version

Feedback and Bugs

If you have any feedback or bug report, please feel free to raise an issue :)

Contributing

If you would like to contribute to this amazing project, you can create a Pull Request containing your proposed changes and we will review it. Please check our contributing guildelines first. Thank you.

Code of Conduct

Before interacting with our community, please read our Code of Conduct.

Getting Started

To get a local copy up and running follow these simple steps.

Installation

Below is an example of how you can instruct your audience on installing and setting up your app. This template doesn't rely on any external dependencies or services.

  1. Clone the repo
    git clone https://github.com/ibrahimraimi/todo-tab
  2. Install NPM packages
    npm install
  3. Run the local server
    npm run dev