Introducing Todo List, the ultimate open-source task manager application, developed using React and NextUi for managing your work and life. Todo List help's you become focused, organized, and calm. With its easy to use user-friendly design and interface you can create your todos within seconds without having to worry about anything over complicated.
Just type anything into the task field - add it and voila! Your first todo is ready to be completed.
- react
- nextui-org
- react-hook-form
├───Components
│ ├───Buttons
│ ├───Helpers
│ ├───Icons
│ ├───Layouts
│ └───List
│ └───Helpers
├───Contexts
├───Data
│ ├───Locales
│ ├───Table
│ └───Todos
├───Modules
├───Pages
│ └───User
│ ├───Settings
│ └───Tasks
│ ├───Components
│ │ └───Models
│ └───Contexts
├───Themes
└───Utils
These instructions will get you a copy of the project up and running on your local machine for development and testing purposes.
We recommend that you have a basic understanding of Node.js
# Clone the repository
$ git clone https://github.com/TheCoderRaman/TodoList.git
$ cd TodoList
# Build for production
$ npm install
$ npm run build
# Run the development server
$ npm install
$ npm start dev
- master -> any pull request of changes this branch
- main -> don´t modify, this is what is running in production
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change. Please make sure to update tests as appropriate.
- Fork the repo and create your branch:
#[type]/PR description
- Ensure to describe your pull request:
Edit the PR title by adding a semantic prefix like
Added
,Updated:
,Fixed:
etc. Title:#[issue] PR title -> #90 Fixed styles the button
In order to ensure that the Todo List community is welcoming to all, please review and abide by the Code of Conduct.
If you discover a security vulnerability within todo list, please send an e-mail to Raman Verma via e-mail. All security vulnerabilities will be promptly addressed.
The Todo List is open-sourced software licensed under the MIT License