Todo/Goals application made with π and Redux π
Release v1.0.0. Sept' 2020 πͺ
Release v1.0.1. Sept' 2020 πͺ (deploy a React app in GitHub pages)
Release v1.0.2 Oct' 2020 π (created and added new api that provides data persistance new feature)
π I have completely refactored the api, and created a new one, with support to localstorage, so now you get data persistance for free! π
π Check my home-baked api todos-goals-localsotrage in npm
Its name doesn't lie! This app is meant to keep your todos and goals in a cute list with which you can interact. Once running in your localhost, you can:
- β Add a todo or a goal to an individual list
- π« Remove the selected todo or goal
- β Toggle a todo (only) in case you want to make it available again, instead of removing it
As this app is open source and has a AGPL license, you can fork it, change it, style it π , etc
-
Clone this repository.
git clone https://github.com/KoolTheba/redux-todo-goals-app.git
-
Start developing.
Navigate into your new siteβs directory and start it up.
cd my-todo-goals-app/ npm install npm run start
-
Running!
Your site is now running at
http://localhost:3000
π
- Redux
- Font-awesome
- π todos-goals-api-localstorage
- gh-pages
Thanks a lot for the styling π inspiration to @YuneVK and thank you for the Redux course to @tylermcginnis