/tailwind-email-app

A simple email app UI built with Tailwind

Primary LanguageCSS

Architechture

  • This project uses react, react hooks, Context Apis, Tailwind css, react-router.
  • It uses 'react-use' for custom hooks
  • All the components are stored in components directory
  • The routing is handled in Router.js
  • EmailCrudContext handles most for the crud operations for the app

Setup

Data is fake. For loggin use this use username => abc password => abc

#TODO:

  • More tests
  • Accessibilty
  • Sementics