harish-aka-shivi / tailwind-email-app

A simple email app UI built with Tailwind

Home Page:tailwind-email-app.vercel.app

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

A simple email app UI built with Tailwind

tailwind-email-app.vercel.app


Languages

Language:CSS 97.8%Language:JavaScript 2.1%Language:HTML 0.1%