Skip to content

Create, view, edit, sort and delete your ideas in a fully responsive React app.

Notifications You must be signed in to change notification settings

migueldcdev/idea-board-ts

Repository files navigation

Idea Board

Idea board app that uses your browser local storage to persist your ideas.

example-img

Useful commands

Installation

First, install the project dependencies:

npm install

Development

To start the development server and begin working on your project, run:

npm run dev

Testing

To run the test suite and ensure everything is functioning correctly, use:

npm run test

To run playwright:

npx playwright test

To run playwright in a specific browser:

npx playwright test --project=chromium

To run playwiright in UI mode:

npx playwright test --ui

Code formatting

To format your code using Prettier, execute:

npx prettier . --write

About

Create, view, edit, sort and delete your ideas in a fully responsive React app.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published