Skip to content

GSG-G9/ow-todo-app-OsamaYou

Repository files navigation

To-Do App

This todo app I made it while doing this challenge

Live demo 📺

Click here to visit app

Technologies 💻

  • Typescript
  • ReactJS (Hooks).
  • Redux & Redux Toolkit
  • GraphQL using graphcms

Getting Started 📣

1. You can start by cloning the repository on your local machine by running:

git clone https://github.com/GSG-G9/ow-todo-app-OsamaYou.git
cd ow-todo-app-OsamaYou

2. Install all of the dependencies:

yarn

3. run the app locally:🔌

yarn start

Now the app should be running at http://localhost:3000

Script Commands

ame ather Script Commands

yarn <script> Description
lint Lints all .tsx?, .jsx? and .css files.
lint:code Lints all .tsx? and .jsx? files (With --fix to auto fix eslint errors).
lint:type Runs type checking for .tsx? files.
lint:style Lints all .css files (With --fix to auto fix stylelint errors).

Resources 🔍