Skip to content

mateusbzerra/calendApp

Repository files navigation

⚠️ Refactor in Progress ⚠️

Check out the refactor branch here

  • Separate logic in small services
  • Cover all files with unit tests
  • Update React & React Scripts
  • Improve Calendar Day Picker
  • Handle form with react-final-form
  • Add cypress tests

CalendApp

CalendApp is a Single Page Application to add, view, update and delete calendar reminders!

Preview

Check out the live preview here :)

Technologies

  • React
  • Typescript
  • Styled Components

Requirements

  • Node v12 or higher
  • NPM or Yarn

Setup

  1. npm install or yarn install
  2. npm start or yarn start

To generate a production version, run npm run build or yarn build

Run Tests

  1. npm test or yarn test

Available Tests

  1. should be able to add a new reminder

Releases

No releases published

Packages

No packages published