Skip to content

luisf4/task-list-angular

Repository files navigation

Task List App with Angular and REST API

This is a simple task list application built with Angular and using a REST API to store and retrieve tasks with json. image

Requirements

To run this application, you will need:

  • Node.js
  • npm
  • Angular CLI

Getting Started

To get started, follow these steps:

  1. Clone this repository
  2. Run npm install in the project folder to install the required dependencies
  3. Run ng serve to start the development server
  4. Run npm install in the api folder
  5. Run node . to start the API server
  6. Open http://localhost:4200 in your browser to view the app

REST API

This app uses a simple REST API to store and retrieve tasks. The API endpoints are:

  • GET /api/tasks: Get all tasks
  • GET /api/tasks/:id: Get a task by ID
  • POST /api/tasks: Add a new task
  • PUT /api/tasks/:id: Update a task by ID
  • DELETE /api/tasks/:id: Delete a task by ID

Stuff to do

  • finish the basic logic
  • make it look nice
  • create an api
  • add login **** not gonna happen
  • finish the api
  • add some database
  • put on aws, azure, duno...
  • put on portfolio

AAAAAAAAAHHHWWWWWWWWWW

About

A simple task list in angular

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published