arnellebalane / simple-todo

A browser extension that replaces the new tab page with a simple todo list
https://simple-todo.arnelle.dev
MIT License
85 stars 14 forks source link
cebu-hacktoberfest chrome-extension firefox-addon hacktoberfest svelte todo-list

Simple Todo

A Chrome extension that replaces the new tab page with a simple todo list.

Simple Todo

Get the app

Features

Contributing

Thanks for your interest to contribute to this project! To get started, setup and run this repository on your machine.

git clone https://github.com/arnellebalane/simple-todo.git
cd simple-todo

# Install dependencies
npm ci

# Run local server
# Runs in http://localhost:8888 by default
npm run dev

# Build for production
npm run build

# Run unit tests
npm run test

# Run integration tests
# Requires the application to be accessible at the URL defined in APP_TESTING_ENDPOINT .env variable
npm run e2e

License

MIT License