/toDo-react

Site for annotating your daily tasks in a list.

Primary LanguageTypeScriptMIT LicenseMIT

Todo react logo

Description   |    Requirements   |    Technologies   |    Usage   |    Demonstration


License Repo size Top lang Stars repo Forks repo Pull requests Last commit

Report bug · Request feature


Description

Site for annotating your daily tasks in a list.

Application created as a challenge to test knowledge about immutability, react project structure and programming logic. Used jest as a way to validate the completion of the challenge.

Requirements

Technologies

  • CRA (Create react app)
  • Typescript
  • Sass
  • Jest

Usage

You can clone it on your pc using the command:

git clone https://github.com/Lissone/toDo-react.git
cd toDo-react

Install dependencies using:

yarn
#or
npm install

Run application:

yarn dev
#or
npm run dev

Demonstration

Home

License

Distributed under the MIT License. See LICENSE for more information.

Made with ❤️ by Lissone