Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Front-end] Nguyen Kien Phuoc - Coding Challenge #272

Open
wants to merge 17 commits into
base: master
Choose a base branch
from

Conversation

sapuit
Copy link

@sapuit sapuit commented May 16, 2022

Changes

Features

  • Update React version to v17.0.2
  • Added sematic release (1753834)
  • Added webpack and babel (43404f6)
  • Config brotli for webpack (86cba7b
  • Added eslint prettier (260e10a)
  • Added redux and redux toolkit (cbeb54d3
  • Added MUI
  • Refactor/Restructure codes. (549e67cd)
  • Select/deselect all todos (549e67cd)
  • Select/deselect specific todo to change status (549e67cd)
  • Filter using the three buttons - All, Active, and Completed. (549e67cd)
  • Inline edit by double-clicking the todo in the list. (549e67cd)
  • Inline delete button to delete specific todo, clear all button. (549e67cd)
  • Persistent feature when refreshing. (549e67cd)
  • Apply unit test (9dd274f)

What to do if I were given more time to develop this app.

  • Enhance UI/UX
  • Add more feature (sort by date, sort by status, add prioritize, search, add todo description, image, set due date, ...)
  • Add more test case and e2e testing
  • UI Responsive for mobile and tablet

How to run this code

  1. Clone project [email protected]:sapuit/mana-do.git and move to develop branch.
  2. Install library: yarn install
  3. Start app: yarn start
  4. Testing: yarn test
  5. Run commit: yarn commit
  6. Release project using semantic: yarn release
  7. Format code: yarn format

Thank you for taking your time to review.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants