Skip to content

JorECardenas/TodoFront

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Todo App Frontend

A simple backend to manage an application to create, delete and edit Todo's

This app works with the backend application found here: Backend App

Requirements

To run this application you need to have node installed.

If you have it installed already you need to run install the dependencies with the next command inside a terminal in the app folder:

npm install

Running the app locally

To run the app locally you need to run the following command:

npm start

Running tests

This app already has some tests configured to check if the components are rendering correctly. To run these tests you need to use the following command in the terminal:

npm test

Technologies used

The following tools were used during the development of this app:

Things to improve

  • Better designs
  • Improve test quality
  • More functionalities for sorting and filtering

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published