Skip to content

gentlecode1/todo

Repository files navigation

Todo App

Overview

Todo App is a simple app designed for managing tasks. You can create tasks and set them as completed or pending. There is a Mock Api for the backend (https://mockapi.io/projects/6738f1b4a3a36b5a62ed95ee)

Badges

Angular Version Node Version

Installation

To install and set up the Todo App, follow the steps below:

  1. Clone the repository:

    git clone https://github.com/ITACCIONA/ene_ESCO__olympo_reports.git
    cd olympo_reports
  2. Install dependencies: For Node.js projects, run:

    npm install
  3. Start the development server:

    npm run start
  4. Access the application: Open your web browser and navigate to http://localhost:4200.

Project Structure

The following is the project's directory structure, along with brief descriptions of key files and directories:

├── src/
│   ├── app/
│   │   ├── tasks/                   
│   │   ├── header/                 
│   │   ├── app.component.ts           
│   │   └── app.config.ts              
│   ├── assets/                        
│   ├── environments/                  
│   └── main.ts                       
├── package.json                      
└── README.md

Contributing

Please adhere to the following guidelines:

  • Branch Naming: Use descriptive names for branches, e.g., feature/add-login or fix/bug-in-comparison-chart.
  • Code Style: Maintain consistent formatting and code standards. Use eslint for validation.
  • Husky hooks: There are pre-commit hooks to preserve the quality of the source code.

Useful commands:

  • Run tests

    npm run test:no-browser
  • Run eslint

    npm run eslint
  • Build

    npm run build

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published