Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/rubencodes/todos
A simple todo list app using React and Meteor.
https://github.com/rubencodes/todos
Last synced: 3 days ago
JSON representation
A simple todo list app using React and Meteor.
- Host: GitHub
- URL: https://github.com/rubencodes/todos
- Owner: rubencodes
- Created: 2016-01-13T07:04:09.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2016-01-17T03:06:59.000Z (about 9 years ago)
- Last Synced: 2024-11-23T16:14:09.271Z (2 months ago)
- Language: JavaScript
- Size: 20.5 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
# Todos
This project is a React project on a Meteor backend written in ES6/JS. It is a fairly simple todo list app, with basic features like adding todo list items, checking/unchecking todo list items, deleting/undeleting todo list items, and searching. The todo list automatically sorts incomplete items by most recently created, and sorts completed items by most recently completed (though these sorts can conveniently be temporarily overridden by dragging around the todo list items).
## How to Run
To run the project, you must have meteor installed on your local machine. This is as simple as running the following command in a Mac or Linux terminal:
`curl https://install.meteor.com/ | sh`
The project can then be started on a local server using the following command:
`meteor run`
**For convenience, this todo list app has also been hosted on [react-todo-project.meteor.com](http://react-todo-project.meteor.com).**