/ReactChallenge

Our very own take home challenge for React developers

Primary LanguageJavaScript

Calendar with reminder implementation

This is a simple calendar that let you add a reminder and edit a reminder with a specific date/time and location, but the weather location status is not working yet.

Installing dependencies

You have to run the following command in order to install the project neccessary dependencies.

npm install | yarn install

Running the app

npm start | yarn run

Technologies used

React

To build the view layers of the app

Redux

Stores the state of the application and it is also responsible for predictable state changes through actions.

Redux saga

A redux middleware that will handle async actions as well as complex actions, actings as a process manager. An intuitive Redux side effect manager. redux-saga

Tailwindcss

This is a css framework for building modern website.