A Todo app + a calender view, that allow users to quickly record down their todos and organise them easily.
git clone git@github.com:amoshydra/todo-calendar.git
cd todo-calendar
yarn
This project uses some of the Google APIs. You are required update the
GOOGLE_CLIENT_ID
and GOOGLE_API_KEY
inside the .env
file at the root of this repository.
For instruction on how to obtain a Google Client ID,
see https://developers.google.com/identity/sign-in/web/devconsole-project.
Then, create a new API Key for GOOGLE_API_KEY
at https://console.cloud.google.com/apis/credentials
Once you have done configuring the project,
run yarn dev
to start developing!
This project is based on /~https://github.com/nuxt/nuxt.js.
For detailed explanation on how things work, checkout the
yarn build
to build the project into the dist
folder.
This project usese surge.sh for deployment.
yarn publish
will deploy the dist
folder to todo-calendar.surge.sh (you can change this in package.json
)
- Background of this project
- On-going tasks