Skip to content

Latest commit

 

History

History
65 lines (47 loc) · 1.74 KB

README.md

File metadata and controls

65 lines (47 loc) · 1.74 KB

todo-vite

Mis tareas

A simple todo app created with vite, to handle my tasks nistareas.io

What I did

  • create static structure of ui
  • use js to manipulate tasks and states
  • migrate project to typescript
  • create task
  • edit task
  • complete task
  • undo complete task
  • delete task
  • handle array component state
  • write dinamyc css code
  • implement local storage
  • use icons
  • login
  • create a premium to undelete tasks
  • make it google task style

How to run

git clone https://github.com/afrancocedeno/todo-vite.git # is git installed?

cd todo-vite # acces the new working directtory

npm install # is npm installed ?

npm run dev # run the project!

How to contribute

  1. fork the project

  2. follow these steps:

# get your forked repo to your machine
git clone https://github.com/<your_github_user>/todo-vite.git

git pull # make sure you get the latest version of the remote repo

git checkout -b <feature/your_branch_feature> # set the new branch

git add . # append your changes

git commit -m "file create | <your feature description>" # describe your changes

git push -u origin <feature/your_branch_feature>
  1. Finally open a new github.com Pull Request (PR) here

Contributors

License & Copyright

© Alejandro Franco Cedeño, SWE.