Skip to content
This repository has been archived by the owner on Apr 26, 2021. It is now read-only.

JSLancerTeam/todo-calendar

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

JSLancer Calendar App

A simple Calendar app make with React

Technology stacks

  • react
  • redux
  • styled-components / scss
  • json-server
  • react-google-flight-datepicker

Requirements

Finish the following application:

  • Display a datepicker using this package: https://github.com/JSLancerTeam/react-google-flight-datepicker
  • When user select on a date from datepicker, show a todo form and a todo list for that particular date.
  • User can use the form to add new todo
  • Click on the x button will remove todo
  • Click on the checkbox to toggle todo as completed
  • Make api requests to save todo data.

Start

git clone https://github.com/JSLancerTeam/todo-calendar
cd todo-calendar
yarn start
yarn run backend

Frontend: http://localhost:3000

Backend: http://localhost:3001/todos

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published