Skip to content

To do list app built with Angular and Unit Test with Jest as challenge from Frontend Mentor

Notifications You must be signed in to change notification settings

danilolmc/awesome-todo-app

Repository files navigation

Front end Mentor TODO App challenge





ToDo list app built with Angular, Material Design with drag and drop, dark/light theme, Json Server and Unit Testing with Jest


This project was generated with Angular CLI version 11.0.5.

JSON Server

This project is using Json Server for simulate an API, follow the steps bellow to install and run JSON server

1 - Type on your terminal end press enter for installing Json server: npm install -g json-server

2 - Now, navigate to folder 'fakeapi' and type: json-server --watch db.json

3 - All ready, now the server will be available at http://localhost:3000, have fun!!

Development server

Run ng serve for a dev server. Navigate to http://localhost:4200/. The app will automatically reload if you change any of the source files.

Build

Run ng build to build the project. The build artifacts will be stored in the dist/ directory. Use the --prod flag for a production build.

Running unit tests

Run npm run test to execute the unit tests via JEST.

Further help

To get more help on the Angular CLI use ng help or go check out the Angular CLI Overview and Command Reference page.

About

To do list app built with Angular and Unit Test with Jest as challenge from Frontend Mentor

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published