Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/sumeetgodse/reminder-app

Reminder App using Redux and Routing
https://github.com/sumeetgodse/reminder-app

Last synced: 4 days ago
JSON representation

Reminder App using Redux and Routing

Awesome Lists containing this project

README

        

## [Check out the YouTube tutorial playlist](https://www.youtube.com/playlist?list=PLpBvfX8lxmEFjKhCUw-8PYniTz4gZgsuy)

## Reminder App

### Run locally -

- Clone this repo
- Run `yarn install`
- Run `yarn start`

#### App should now be running on `http://localhost:3000/`

#### Visit live app - https://mind-it.netlify.app/

#### You can add "Edit Reminder Functionality" as well as perform "Error Handling in User Authentication" as a challenge. In case you are stuck, you can refer - [Reminder App v2](https://github.com/sumeetgodse/reminder-app-v2)

#### Happy Coding!