Skip to content

Latest commit

 

History

History
48 lines (24 loc) · 611 Bytes

README.md

File metadata and controls

48 lines (24 loc) · 611 Bytes

Todo List App


1. Project Status

Project is: in progress The project is currently in progress. This project is inspired by a task I became from a job-interviewer.

2. Features

  • Write your tasks down
  • View total completed tasks
  • Mark completed tasks as done
  • Delete tasks
  • Choose notification settings options

3. Technologies Used

  • Node.js (v18.12.1)
  • React Native Expo SDK (~47.0.12)

7. Setup

To run this project, install it locally using npm:

$ git clone [email protected]:dimilidi/todo_list.git
$ cd todo_list
$ npm install
$ npx expo start