React project
You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
Jérémi N ‘EndMove’ 7d7ffb0e63
continuous-integration/drone/push Build encountered an error Details
add building and update readme
1 month ago
.vscode add strong lint + up drone ci/cd with test task 1 month ago
cypress up lint issue (test) 1 month ago
public Initialize project using Create React App 1 month ago
src up test 1 month ago
typing add strong lint + up drone ci/cd with test task 1 month ago
.drone.yml add building and update readme 1 month ago
.editorconfig add strong lint + up drone ci/cd with test task 1 month ago
.eslintrc.json up lint issue (test) 1 month ago
.gitignore add strong lint + up drone ci/cd with test task 1 month ago
README.md add building and update readme 1 month ago
cypress.config.ts add building and update readme 1 month ago
package.json add strong lint + up drone ci/cd with test task 1 month ago
tsconfig.json up test 1 month ago
yarn.lock add strong lint + up drone ci/cd with test task 1 month ago

README.md

shopping-list

Donate Website link-icon-drone

This project is a shopping list website build in react.

Developer Section

Hello Dev, if you want to participate in the project, please read the basic information available below. 😊 At the moment, this project is at the beginning stage, so don't expect to find much. Nevertheless, I think that shopping-list will become a nice shopping list web application.

Access the CI/CD

The tracking of the build and testing is done with Drone, available here. To access the video and screenshot recordings of Cypress, visit : https://dev.endmove.eu/drone/shopping-list/build/{COMMIT_SHA1} (ex: click here)

Development CLI commands available

In the project directory, you can run :

The yarn start Command

Runs the app in the development mode.
Open http://localhost:3000 to view it in the browser. The page will reload if you make change to the code.
You will also see any lint errors in the console.

The yarn test Command

Launches the test runner in the interactive watch mode.

The yarn e2e Command

Launches the end-to-end test runner (cypress), don't forget to launche the projet before with yarn start.

The yarn lint Command

Run the eslint script which will check the quality of the code and the respect of the conventions.

The yarn build Command

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.