To-do Application - First Bigger Project in React

Live demo

Simple React to-do app. Work in progress - adding new features and making code better as I learn more about React.

For basic showing of the function, four static tasks were added as a default (but if you w ant to test app, you can add any other items you want :) ).

Currently serverless, just front-end with React.

Current functionalities (omega version):

  • adding new to-do item (title, deadline and level of importance are mandatory, details are obligatory, forms reset after adding item)

  • list all of the to-do item

  • importance of the task is also depicted by color of used pin (purple for the most important, green for the least)

  • sorting listed items according to their importance, deadline or alphabetically by title with possible reset to default order (the order they were added in)

  • searching for the to-do with specific name

  • basic autocomplete function showing all names of existing items that corresponds to the typed search keyword

Setup

  1. Clone repository

  2. cd <your-repository-name>
    npm install
    
    
  3. npm start
    
    
  4. Enjoy

Implementation

Used technologies: React, Create React App, React Router, customized sorting function in sort, JSX, CSS, CSS variables, Bootstrap, SVG

For the project configuration was used Create React App package.

Bootstrap was used for basic styling but heavily customized.

Download Details:

Author: Alice-Rez

Demo: https://alice-rez.github.io/Not-to-forget/

Source Code: https://github.com/Alice-Rez/Not-to-forget

#react #reactjs #javascript

To-do Application - First Bigger Project in React
4.75 GEEK