Skip to content

edwinvrgs/react-redux-calendar

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

47 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

React Redux Calendar

Basic calendar with Redux for state management.

Notes

  • Latest version of React, using hooks for everything.
  • Latest version of Redux, using hooks for everything (again).
  • Unit testing with jest and react-test-renderer.
  • Date management with date-fns .
  • OpenWeatherMap API for obtaining weather info (still in progress).

Project structure

  • All the components are structured by the following rules:
    • A folder with the component name in PascalCase.
    • A index.js file with the component code.
    • A components folder with all depending components inside (with the same structure).
    • Optionally, all the files required only by that component.
  • The state is managed by Redux using the re-ducks pattern for file structure.

Features

  • Add reminder (day, time, city).
  • Color for reminder.
  • [] Weather for reminder.
  • Edit reminder.
  • Remove reminder.
  • Remove all reminders.

Try it!

In your local:

  • Clone the project
  • npm start
  • Play around!

On the go: react-redux-calendar on Netlify

About

A calendar app using react and redux

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published