Code Monkey home page Code Monkey logo

project-todos's Introduction

Project Todos

This is a simple to-do app built with React and Redux, to practice working with the Redux store and creating our own reducers and actions.

In the finished product, users can add, remove and toggle the completion of tasks. The user can filter the tasks by switching tabs, from "All", to "Done", to "Not Done". When the task list is empty, different empty states are shown depending on what tab the user is on.

The problem

I first researched designs and functionality commonly used in todo-apps, and then created a Figjam file with all my inspiration. The functionality I wanted to add was structured according to "need to have" and "nice to have", to help me approach it in a good way. At first, I tried to understand the flow of the user for certain features, and what actions needed to be done in the code to make it happen in the UI.

As usual, I started with the main functionality, setting up the store and making sure the data is moving properly between my components and the Redux store, via console.logs and the Redux DevTools. When I finished adding, removing and toggling tasks, I went on to styling and left the "nice to haves" for later.

I tried to push myself a bit regarding the styling, working with a lot of layers and positioning, while still trying to make the design responsive. Challenging but fun! I spent a lot of time working on the tabs, thinking of how to make them work for all devices. Also, a lot of time was spent researching how to style checkboxes.

This week was also filled with a lot of practicing JavaScript logic and arrays. Much needed.

If I had more time there are tons of things I would like to add! I would like to add even more functionality, trying out more of the stretch goals and get more comfortable with animations.

View it live

https://matildas-todos.netlify.app/

project-todos's People

Contributors

emolsz avatar dependabot[bot] avatar idlefingers avatar dmnich avatar jenniedalgren avatar hippiekick avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.