Skip to content

AnToxa566/todo

Repository files navigation

ToDo

Description

ToDo is a web application for managing to-do lists and tasks.

The project's main goal is to understand in practice how the React framework works.

Technologies

The main frameworks and libraries used in the project are listed here. A complete list of technologies used for each part of the project is in the package.json file at the root of the project.

Frontend

  1. React
  2. Vite
  3. ESLint
  4. Mobx
  5. Fontawesome
  6. Sass

Installation

  1. Get the latest stable version Node.js (LTS). Note: npm will be installed automatically. Check the correctness of the installation: to do this, run in the command line (terminal):

    node -v  // for checking the Node.js version
    npm -v // for checking the npm version
    
  2. Install Git.

  3. Clone project`s repo:

    git clone https://github.com/AnToxa566/todo.git
    

Root of project

  1. In the root of the project, install all the dependencies with the command:

    npm install
    
  2. To run the client from the command line (terminal) in the root of the project, run:

    npm start
    

    The app should automatically open in your default browser.

Links:

  1. Repo.
  2. Deploy.

Releases

No releases published

Packages

No packages published