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

https://github.com/willandskill/react-basics-todos

A simple TODO app based in React.js
https://github.com/willandskill/react-basics-todos

Last synced: over 1 year ago
JSON representation

A simple TODO app based in React.js

Awesome Lists containing this project

README

          

# React Basics - TODOs

Playing around with a basic TODO app.

## Libraries / Frameworks

* React.js (Create React App)
* Bootstrap 4

## Getting started...

```
git clone https://github.com/faisalmahmud/react-basics-todos.git
cd react-basics-todos
yarn install
yarn start
```

## Screenshot

![Screenshot](screenshot.png)