Skip to content

TechOptionsBD/react-todo-example-app

 
 

Repository files navigation

React Example Todo Application

React

React example ToDo Application with user authentication.

Stack:

  • React.js
  • Styled Components
  • React Router
  • Redux Toolkit

The challenge

Users should be able to:

  • View the optimal layout for the app depending on their device's screen size
  • See hover states for all interactive elements on the page
  • Add new todos to the list
  • Mark todos as complete
  • Delete todos from the list
  • Filter by all/active/complete todos
  • Clear all completed todos
  • Toggle light and dark mode

Screenshots

Desktop Light Theme

Desktop Dark Theme

Mobile Light Theme

Mobile Dark Theme

Configuration

Replace .env.example with real .env, changing placeholders

REACT_BASE_API_URL=http://localhost:5000

About

React Todo Application example

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 89.0%
  • CSS 8.2%
  • Dockerfile 1.4%
  • HTML 1.3%
  • Shell 0.1%