Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

https://github.com/filippobarcellos/todolist

Todo List built with React + Context Api + React Testing Library.
https://github.com/filippobarcellos/todolist

Last synced: 16 days ago
JSON representation

Todo List built with React + Context Api + React Testing Library.

Lists

README

        

Todo List


Todo List built with React + Context Api + React Testing Library.




Demo

|

Challenge


## Overview

![screenshot](https://github.com/filippobarcellos/todolist/blob/main/todolist.gif)

### Built With

- [React](https://reactjs.org/)
- [Redux](https://redux.js.org/)
- [TestingLibrary](https://testing-library.com/)

## Features

This application/site was created as a submission to a [DevChallenges](https://devchallenges.io/challenges) challenge. The [challenge](https://devchallenges.io/challenges/hH6PbOHBdPm6otzw2De5) was to build an application to complete the given user stories.

## How To Use

To clone and run this application, you'll need [Git](https://git-scm.com) and [Node.js](https://nodejs.org/en/download/) (which comes with [npm](http://npmjs.com)) installed on your computer. From your command line:

```bash
# Clone this repository
$ git clone https://github.com/filippobarcellos/todolist

# Install dependencies
$ npm install

# Run the app
$ npm start
``
```