I came up with idea for an application which helps to,,
- first, brainstorm ideas together as a team,
- Secondly, plan sprint together based on ideas as a team such as Trello/Kanban
- Third, have own todo list and calender indiviually based on team plan
(Currently, the project is still in progress, starting with plan sprint together and todos for individually)
- Crud notes in each lane
- Attach/detach notes to a related lane
- Add multiple lanes
- todo list for individual
- CRUD functionalities on notes of lanes with React & Redux
- Manage the data separately from view(React) by redux
- Setup and integrate the ESLint + Airbnb style guild + Prettier
- edit lane name,
- comment on a note,
- like on a note,
- place for brainstorm ideas
- add ideas to lanes
- add/edit/delete in individual todos
- auth(with email & social media) and protected routes to manage individual board and lanes,
- profile
- upload files,
- user friendly styles,
- calender etc
Clone the project:
> git clone https://github.com/flyjwayur/Taskfriend.git
> cd Taskfriend
> yarn install
> yarn start