Skip to content
This repository was archived by the owner on Jun 9, 2024. It is now read-only.

A web application to manage tasks. Created using ReactJS, TypeScript, Axios, Redux Toolkit and Tailwind.

Notifications You must be signed in to change notification settings

gabrielcoelhodacunha-old/dio-to-do-front

Repository files navigation

To Do Front

About

A web application that consumes the To Do API to manage tasks.

Created using ReactJS, TypeScript, Axios, Redux Toolkit and Tailwind.

Why

Part of Integrating a NodeJS Back-End with a React Front-End challenge required to complete JavaScript Evolution bootcamp, offered by Impulso and Digital Innovation One.

Features

At the moment, the features available are:

  • create one task
  • create multiple tasks from csv file
  • list all tasks in To Do API database
  • update a task to set it as done/not done
  • select tasks
  • delete selected tasks

How to install

Prerequisites

Installation

In your terminal, clone the repository.

git clone git@github.com:gccunha015/to_do-front.git

Enter the directory cloned.

cd to_do-front

Install dependencies.

npm install

Serve locally.

npm start

How to use

Prerequisites

  • To Do API running on http://localhost:5000.

Usage

Navigate to http://localhost:3000/ in your web browser.

About

A web application to manage tasks. Created using ReactJS, TypeScript, Axios, Redux Toolkit and Tailwind.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published