Skip to content

pachecowillians/wps-task

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 

Repository files navigation




WPS - Task


This project is a task list made with ReactJS. By now, it is static, but i intend to make it dynamic, using cookies and some API, or database. This repository has two projects. The "task-list" is a project made in react and it not uses Typescript. The "task-list-next" project uses NextJS and Typescript with ReactJS. Both projects do exactly the same thing.

  • To add a new task you just need type the new task and click on the "+" button or press Enter
  • To set a task as finished, just click on the "x".
  • To edit the task, just click in the pencil and edit the task

It is worth mentioning that, when cloning the repository, it is necessary to use the yarn command to load the modules and configure the application. After that, just run the yarn dev command to launch the software on localhost.