Todotab is a simple tool to organise everything.
If you have any feedback or bug report, please feel free to raise an issue :)
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.
Before interacting with our community, please read our Code of Conduct.
To get a local copy up and running follow these simple steps.
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.
- Clone the repo
git clone https://github.com/ibrahimraimi/todo-tab
- Install NPM packages
npm install
- Run the local server
npm run dev