Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/eclectic-coding/sinatra-todo-app
https://github.com/eclectic-coding/sinatra-todo-app
Last synced: 24 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/eclectic-coding/sinatra-todo-app
- Owner: eclectic-coding
- License: mit
- Created: 2019-10-23T16:46:18.000Z (about 5 years ago)
- Default Branch: main
- Last Pushed: 2024-07-12T16:57:25.000Z (6 months ago)
- Last Synced: 2024-12-01T12:08:02.987Z (26 days ago)
- Language: HTML
- Homepage:
- Size: 9.37 MB
- Stars: 0
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
README
# Sinatra ToDo App
![alt text](public/images/background.jpg "Rushing people in a train station.")
This is a programming attempt at am **ubligatory** ToDo App. Is your life busy? Do you have too much to do (no pun intended :smile:)? It can sometimes simply come down to organization. This
## Getting Started
These instructions will get you a copy of the project up and running on your local machine for development and testing purposes. See deployment for notes on how to deploy the project on a live system.
### Installing
Clone this repository to your computer:
```
git clone https://github.com/eclectic-coding/sinatra-todo-app
```
Navigate to your newly created directory and run `bundle install`. Afterwards, run `shotgun` to start the app and use for your productivity.## Using Sinatra ToDo App
[Video Walk Through on Vimeo](https://vimeo.com/user75258072/review/369392384/86346df91e)
## Deployment
Add deploy instructions when [Heroku](https://www.heroku.com/) branch is finished.
## Contributing
Please read [CONTRIBUTING.md](./CONTRIBUTING.md) for details on our code of conduct, and the process for submitting pull requests to us.
## Authors
* **Chuck Smith** - *Initial work* - [EclecticCoding](https://github.com/eclectic-coding)
See also the list of [contributors](https://github.com/eclectic-coding/sinatra-todo-app/graphs/contributors) who participated in this project.
## License
This project is licensed under the MIT License - see the [LICENSE.md](./LICENSE) file for details
Features to add after product requirements are met: [Future Features](FUTURE_FEATURES.md)