A simple todo list app for testing Cypress Test Runner, Cypress Dashboard, and CircleCI.
You can see the app in action here: https://ryan-dan-coleman.github.io/cypress-react-task
This project was built with react and bootstrapped with Create React App.
As a user, you can:
- Read a list of tasks
- Toggle a task as completed or uncompleted
- Add new tasks to the list
- Edit and delete existing tasks
Features:
- Edit tasks inline
- Task list is auto-sorted based on completed status
In the project directory, you can run:
Runs the app in the development mode.
Open http://localhost:3000 to view it in the browser.
The page will reload if you make edits.
You will also see any lint errors in the console.
Launches the Cypress test runner. For details see here.
Deploys to the location configured in package.json.
Builds the app for production to the build folder.
It correctly bundles React in production mode and optimizes the build for the best performance.
The build is minified and the filenames include the hashes.
Your app is ready to be deployed!
See the section about deployment for more information.
