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
- Host: GitHub
- URL: https://github.com/javiermartins/react-tasks
- Owner: javiermartins
- Created: 2022-11-05T16:06:56.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2023-06-05T18:36:54.000Z (about 3 years ago)
- Last Synced: 2025-02-05T22:57:58.712Z (over 1 year ago)
- Topics: bootstrap, react, tasks, typescript
- Language: TypeScript
- Homepage: https://javiermartins.github.io/react-tasks/
- Size: 4.94 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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