Skip to content

This is a project with a Calendar Component running with holiday api using React and Redux

Notifications You must be signed in to change notification settings

alexfqc/react-calendar

Repository files navigation

CircleCI style: styled-components

Pre-requirements


  • Have NodeJS installed in your computer.
  • To change the holidays' list to another country take the country initial at https://holidayapi.com/ and paste at ./assets/globals/api on the country variable.
Technologies

  • React
  • Redux
  • Webpack
  • Styled Components
  • NPM scripts
  • ECMAScript 6
  • Eslint

Instructions


  • To install dependencies: npm i
  • To run tests: npm test
  • To run the project in development mode: npm start
  • To make production bundle: npm run build
  • To run the server and use production bundle: npm run server and open the url 'http://localhost:8080/'

About

This is a project with a Calendar Component running with holiday api using React and Redux

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published