Add your to-do's to a list that will stay
with you.
Explore the docs »
View Demo
·
Report Bug
·
Request Feature
The project emulates a list of to-dos that are stored locally on the device you're using, you can create new to-dos, mark them as completed and delete them completely.
Try the App: juancguana.github.io/todo-machine
Let me share the outstanding features of Styler.
- 💯 Live Preview
- 🍭 Break Points Support (mobile, tablet, desktop)
- 💻 Fully Responsive
- 📝 Create your to-do's
- ✅ Mark your completed to-do's as completed
- 🔎 Search through all your to-do's
- ❌ Delete your to-do's
Manage your to-do's with To-Do-Machine! ✨️
This is an example of how you may give instructions on setting up your project locally. To get a local copy up and running follow these simple example steps.
- npm
npm install npm@latest -g
- Clone the repository
git clone https://github.com/juancguana/todo-machine.git
- Change the working directory
cd todo-machine
- Install dependencies
npm install
- Create
.env
file in root and add your variables
const API_KEY = 'ENTER YOUR API';
- Run the app
npm run start
You are all set! Open localhost:3000 to see the app.
Contributions are what make the open source community such an amazing place to learn, inspire, and create. Any contributions you make are greatly appreciated.
If you have a suggestion that would make this better, please fork the repo and create a pull request. You can also simply open an issue with the tag "enhancement". Don't forget to give the project a star! Thanks again!
- Fork the Project
- Create your Feature Branch (
git checkout -b feature/AmazingFeature
) - Commit your Changes (
git commit -m 'Add some AmazingFeature'
) - Push to the Branch (
git push origin feature/AmazingFeature
) - Open a Pull Request
This project is licensed under the MIT License - see the LICENSE
file for details.
- Twitter: @juancguana
- Github: @juancguana
- Mail: [email protected]
Use this space to list resources you find helpful and would like to give credit to. I've included a few of my favorites to kick things off!