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

https://github.com/javiermartins/react-tasks

Web application task list
https://github.com/javiermartins/react-tasks

bootstrap react tasks typescript

Last synced: 3 months ago
JSON representation

Web application task list

Awesome Lists containing this project

README

          

# React tasks

**DEMO**: https://javiermartins.github.io/react-tasks/

## Description

Web application where you can create, finish or delete pending tasks.

### Built With

* [![React][React.js]][React-url]
* [![Bootstrap][Bootstrap]][Bootstrap-url]
* [![Typescript][Typescript]][Typescript-url]

## Getting Started

### Dependencies

* Node: 16.15.0
* React: 18.2.0

* Node
```sh
npm i node@16.15.0
```

### Installing

1. Clone the repo
```sh
git clone https://github.com/javiermartins/react-tasks.git
```
2. Install NPM packages
```sh
npm install
```

### Executing program

```sh
npm start
```

[React.js]: https://img.shields.io/badge/React-20232A?style=for-the-badge&logo=react&logoColor=61DAFB
[React-url]: https://reactjs.org/
[Typescript]: https://shields.io/badge/TypeScript-3178C6?logo=TypeScript&logoColor=FFF&style=flat-square
[Typescript-url]: https://www.typescriptlang.org/
[Bootstrap]: https://img.shields.io/badge/Bootstrap-563D7C?style=for-the-badge&logo=bootstrap&logoColor=white
[Bootstrap-url]: https://getbootstrap.com