TODO List is a simple website that displays a list of todo and allows you to add and remove todo from that list.
- HTML and CSS
- ESLint
- Webpack
- JavaScript
To get a local copy up and running follow these simple example steps.
- Clone this repository to your local machine
git clone https://github.com/IshmaelKargbo/todo-list.git
- Go to the project filder
cd todo-list
- Install the required dependency
npm install
oryarn install
- Run the app on development server
npm run server
oryarn serve
- Build the production ready app
npm run build
oryarn build
👤 Ishmael Kargbo
- GitHub: @githubhandle
- Twitter: @twitterhandle
- LinkedIn: LinkedIn
Contributions, issues, and feature requests are welcome!
Feel free to check the issues page.
Give a ⭐️ if you like this project!