Skip to content

nimone/tasklist

Repository files navigation

Tasklist 📝

Simple todolist in react native.

Screenrecorder-2022-10-21-10-58-54-836.mp4

Technologies used 🛠️

  • React Native + Expo - Universal native apps for Android, iOS, and the web with JavaScript and React.
  • Typescript - JavaScript with syntax for types.
  • Zustand - Bear necessities for state management in React.
  • NativeWind - Brings Tailwind CSS to React Native
  • Reanimated - Create smooth, powerful, and maintainable animations in React Native.
  • Gesture Handler - API for handling complex gestures in React Native

Build yourself

  1. Clone this repo
git clone https://github.com/nimone/tasklist && cd tasklist
  1. Install project dependecies
yarn
  1. Start expo server
yarn start