This application allows the user to manage lists of chores as well as their states and it is the submission for The Odin Project: Todo List.
The key features are:
- Add any number of tasks
- Group tasks into categories|projects
- Manage the state of tasks
- The user's data is stored privately in LocalStorage
- Cross-Platform Compatibility
- GIT
- NodeJS ^v21.0.0
- NPM ^v10.2.0
- Clone the repository
git clone [email protected]:jesusgraterol/todo-list-top.git
- Install the dependencies
npm install
- Run the Webpack Build in
watch
mode
npm run serve
- Open the
./dist/index.html
file with your favorite browser.
- Run the Webpack Build
npm run build
- Push the new build to the
gh-pages
branch so it is deployed to Github Pages:
git subtree push --prefix dist origin gh-pages
- HTML5
- CSS3
- JavaScript
- Webpack
# Unit Tests
N/A
# Integration Tests
N/A
# E2E Tests
N/A
N/A