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

https://github.com/zce/todos

Examples of any framework
https://github.com/zce/todos

Last synced: 12 months ago
JSON representation

Examples of any framework

Awesome Lists containing this project

README

          

# todos

[![Build Status][travis-image]][travis-url]
[![Dependency Status][dependency-image]][dependency-url]
[![devDependency Status][devdependency-image]][devdependency-url]
[![Code Style][style-image]][style-url]

> Todos example of React.js, This project was bootstrapped with [Create React App](https://github.com/facebook/create-react-app).

## Available Scripts

In the project directory, you can run:

### `yarn start`

Runs the app in the development mode.

Open [http://localhost:3000](http://localhost:3000) to view it in the browser.

The page will reload if you make edits.

You will also see any lint errors in the console.

### `yarn lint`

Lint the source code in the `src` by [standard](https://standardjs.com).

### `yarn test`

Launches the test runner in the interactive watch mode.

See the section about [running tests](https://facebook.github.io/create-react-app/docs/running-tests) for more information.

### `yarn build`

Builds the app for production to the `build` folder.

It correctly bundles React in production mode and optimizes the build for the best performance.

The build is minified and the filenames include the hashes.

Your app is ready to be deployed!

### `yarn deploy`

See the section about [deployment](https://facebook.github.io/create-react-app/docs/deployment) for more information.

## Contributing

1. **Fork** it on GitHub!
2. **Clone** the fork to your own machine.
3. **Checkout** your feature branch: `git checkout -b my-awesome-feature`
4. **Commit** your changes to your own branch: `git commit -am 'Add some feature'`
5. **Push** your work back up to your fork: `git push -u origin my-awesome-feature`
6. Submit a **Pull Request** so that we can review your changes.

> **NOTE**: Be sure to merge the latest from "upstream" before making a pull request!

## License

[MIT](LICENSE) © [汪磊](https://zce.me)

[travis-image]: https://img.shields.io/travis/zce/todos.svg
[travis-url]: https://travis-ci.org/zce/todos
[dependency-image]: https://img.shields.io/david/zce/todos.svg
[dependency-url]: https://david-dm.org/zce/todos
[devdependency-image]: https://img.shields.io/david/dev/zce/todos.svg
[devdependency-url]: https://david-dm.org/zce/todos?type=dev
[style-image]: https://img.shields.io/badge/code_style-standard-brightgreen.svg
[style-url]: http://standardjs.com