Skip to content

KoolTheba/redux-todo-goals-app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

92 Commits
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

redux-todo-goals-app

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)

Data persistance feature (new! πŸ₯³)

πŸš€ 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

What is it and what can I do with this app?

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

AplicaciΓ³n Todo

As this app is open source and has a AGPL license, you can fork it, change it, style it πŸ’…, etc

How to use it?

⚑️ Live

Click and see!

✨ Quick start

  1. Clone this repository.

    git clone https://github.com/KoolTheba/redux-todo-goals-app.git
  2. Start developing.

    Navigate into your new site’s directory and start it up.

    cd my-todo-goals-app/
    npm install
    npm run start
  3. Running!

    Your site is now running at http://localhost:3000 πŸš€

Dependencies

Dev-dependencies

  • gh-pages

Acknowledgement 😻

Thanks a lot for the styling πŸ’… inspiration to @YuneVK and thank you for the Redux course to @tylermcginnis