Todo-App

Todo App is a single page application for listing tasks. These tasks that are stored in the local storage can be marked as completed, edited and deleted. It is built using React, Bootstrap and CSS.

Stars
6

ToDo

Todo App is a single page application for listing tasks. These tasks that are stored in the local storage can be marked as completed, edited and deleted. It is built using React, Bootstrap and CSS.

Screenshot

Additional description about the project and its features.

Built With

  • Major languages (JavaScript)

  • Framework/Libraries (React, Bootstrap)

  • Technologies/tools used

    - create-react-app tool
    - Webpack(Code Bundlng et al)
    - Babel (code transpiling)
    - Jest(for testing)
    - Git(version control)
    - ESLint(JavaScript linting)
    - Stylelint(style linting)
    
    

Live Demo

Website Link

Getting Started

To get a local copy up and running follow these simple example steps.

Prerequisites

  • A text editor(preferably Visual Studio Code)

Install

Usage

Clone this repository

$ git clone [email protected]:AnselemOdims/Todo-App.git
$ cd Todo-App

Run project

$ npm install
$ npm run start # this will open it in the browser and enable hot reloading

Acknowledgements

This project was built from the tutorial React Tutorial From Scratch: A Step-by-Step Guide (2021)

Authors

Anselem Odimegwu

Contributing

Contributions, issues, and feature requests are welcome!

Feel free to check the issues page.

Show your support

Give a if you like this project!

License

This project is MIT licensed.

Related Projects