/todo-list-interview-challenge

It's an interview challenge that I developed with material ui for the first time

Primary LanguageTypeScript

TODO Project

Requirements

Installation

To get the project up and running, and view components in the browser, complete the following steps:

  1. Download and install Node: https://nodejs.org/
  2. Clone this repo: git clone git@gitlab.com:alivictor/todo-project.git (SSH) or git clone https://gitlab.com/alivictor/todo-project.git (HTTPS)
  3. Install project dependancies: yarn install
  4. Start the development environment: yarn run dev
  5. Open your browser and visit http://localhost:3000

Development

When developing components, you may want assets automatically compiled and the browser to refresh automatically. To do this, run the following task:

  • yarn run dev

Creating a static build

To create a static instance of this project, run the following task:

  • yarn run build