/todo

Simple todo list

Primary LanguageJavaScript

ToDo cards

This is a convenient todo-cards web app for family needs based on React. It uses a lightweight backend through fetch API and can be deployed in 30 secs.

Table of Contents

Design

Brief: _Create a simple ToDo list web app for family use _

Design Inspiration: I inspired by modern vector illustration with few colors. All pictures provided by Undraw.co

Description

Mokup: For the design prototype I used Figma. See full project at

Backend handcrafted by skyfox

This project was bootstrapped with Create React App.

Testing: For testing I used framework Jasmine.js and ReactTestUtils

For icons on my website I used the most popular font icons Font Awesome.

Setup

  • git clone <repository-url> this repository
  • change into the project's directory
  • run the app in the development mode with yarn start
  • open http://localhost:3000 to view it in the browser.