Skip to content

FrontEnd Mentor Todo app challenge, implemented with an hexagonal architecture.

License

Notifications You must be signed in to change notification settings

Alais29/frontendmentor-todo-app

Repository files navigation

Todo App ✨

Todo app for a frontend mentor challenge, built to practice frontend skills and implementation of hexagonal architecture.

Technologies used 👇:

react badge react router badge vite badge prettier badge stylelint badge stylelint badge

Installation

  1. Clone the repository.
  2. Install dependencies using npm install.

Usage

  • To start the development server, run npm run dev.
  • To build the production-ready code, run npm run build.
  • To preview the production build, run npm run preview.

Linting and Formatting

  • To run ESLint and check for code errors, run npm run lint.
  • To automatically fix ESLint errors, run npm run lint:fix.
  • To format code using Prettier, run npm run format.
  • To check for stylelint errors in stylesheets, run npm run lint:styles.
  • To automatically fix stylelint errors in stylesheets, run npm run fix:styles.

Dependencies

Development Dependencies

Author

👤 Alfonsina Lizardo

Thanks! :)

About

FrontEnd Mentor Todo app challenge, implemented with an hexagonal architecture.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published