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: 8 days ago
JSON representation
Todo List built with React + Context Api + React Testing Library.
- Host: GitHub
- URL: https://github.com/filippobarcellos/todolist
- Owner: filippobarcellos
- Created: 2021-02-12T20:49:39.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2021-02-18T22:51:14.000Z (over 3 years ago)
- Last Synced: 2024-08-01T21:50:41.949Z (4 months ago)
- Language: JavaScript
- Homepage: https://filippobarcellos.github.io/todolist/
- Size: 4.1 MB
- Stars: 4
- Watchers: 3
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Todo List
Todo List built with React + Context Api + React Testing Library.## 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
``
```