Skip to content

okatsuo/something-todo-frontend

Repository files navigation

This is the front-end of the Something-Todo application


Functionalities:

  • Register
  • Login
  • Logout
  • New task
  • Complete task
  • Delete task

Principles

  • Single Reponsability (SRP)
  • Open Closed Principle (OCP)
  • Don't Repeat Yourself (DRY)
  • You Aren't Gonna Need It (YAGNI)
  • Keep It Simples, Silly (KISS)
  • Small Commits

Libraries and Tools

  • NPM
  • Typescript
  • Next
  • React.js
  • Styled-components
  • material-ui
  • material-ui/icons
  • formik
  • Yup
  • Graphql
  • Apollo-client
  • Jsonwebtoken
  • Nookies
  • Sweetalert2
  • ESLint
  • Git-commit-msg-linter