https://github.com/chiefwoods/todo-list
Task planner for The Odin Project
https://github.com/chiefwoods/todo-list
theodinproject
Last synced: 7 months ago
JSON representation
Task planner for The Odin Project
- Host: GitHub
- URL: https://github.com/chiefwoods/todo-list
- Owner: ChiefWoods
- Created: 2023-04-12T11:19:31.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2025-01-11T04:19:59.000Z (9 months ago)
- Last Synced: 2025-01-11T04:25:36.065Z (9 months ago)
- Topics: theodinproject
- Language: JavaScript
- Homepage: https://chiefwoods.github.io/todo-list/
- Size: 1.02 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Todo List

Task planner for [The Odin Project](https://www.theodinproject.com/).
[Live Website](https://chiefwoods.github.io/todo-list/)
[Source Repository](https://github.com/ChiefWoods/todo-list)
## Features
- Create Projects and populate them with Tasks
- View and edit saved Tasks
- Manage Tasks with varying priorities## Built With
### Languages
- [](https://html5.org/)
- [](https://www.w3.org/Style/CSS/Overview.en.html)
- [](https://js.org/index.html)### Bundlers, Linters & Formatters
- [](https://webpack.js.org/)
- [](https://esbuild.github.io/)
- [](https://eslint.org/)
- [](https://prettier.io/)### Libraries
- [date-fns](https://date-fns.org/)
- [nanoid](https://github.com/ai/nanoid)### Tools
- [](https://code.visualstudio.com/)
## Getting Started
### Prerequisites
Update your Bun toolkit to the latest version.
```bash
bun upgrade
```### Setup
1. Clone the repository
```bash
git clone https://github.com/ChiefWoods/todo-list.git
```2. Install all dependencies
```bash
bun install
```3. Start development server
```bash
bun run start
```4. Build project
```bash
bun run build
```5. Preview build
```bash
bun run preview
```## Issues
View the [open issues](https://github.com/ChiefWoods/todo-list/issues) for a full list of proposed features and known bugs.
## Acknowledgements
### Resources
- [Shields.io](https://shields.io/)
- [Google Fonts](https://fonts.google.com/)
- [Pictogrammers](https://pictogrammers.com/)### Hosting
- [GitHub Pages](https://pages.github.com/)
## Contact
[chii.yuen@hotmail.com](mailto:chii.yuen@hotmail.com)