React project -> project aborted at the beginning
This repository has been archived on 2023-09-10. You can view files and clone it, but cannot push or open issues or pull requests.
Go to file
RenovateBot e428dcf911
continuous-integration/drone/push Build is failing Details
chore(deps): update minor and patch version dependencies (master) (#31)
Reviewed-on: #31
Co-authored-by: Renovate Bot <no-reply@io-projects.com>
Co-committed-by: Renovate Bot <no-reply@io-projects.com>
2023-09-10 11:52:30 +02:00
.vscode add strong lint + up drone ci/cd with test task 2023-02-12 16:53:15 +01:00
cypress up lint issue (test) 2023-02-12 17:02:20 +01:00
public Initialize project using Create React App 2023-02-10 21:18:07 +01:00
src chore(ci): mise en place de la ci 2023-04-11 21:11:03 +02:00
typing add strong lint + up drone ci/cd with test task 2023-02-12 16:53:15 +01:00
.drone.yml chore(deps): update minor and patch version dependencies (master) (#31) 2023-09-10 11:52:30 +02:00
.editorconfig add strong lint + up drone ci/cd with test task 2023-02-12 16:53:15 +01:00
.eslintrc.json up lint issue (test) 2023-02-12 17:02:20 +01:00
.gitignore add strong lint + up drone ci/cd with test task 2023-02-12 16:53:15 +01:00
README.md chore(ci): mise en place de la ci 2023-04-11 21:11:03 +02:00
cypress.config.ts add building and update readme 2023-02-12 19:24:22 +01:00
package.json chore(deps): update minor and patch version dependencies (master) (#31) 2023-09-10 11:52:30 +02:00
renovate.json Add renovate.json (#2) 2023-04-06 20:08:28 +02:00
tsconfig.json up test 2023-02-12 17:19:56 +01:00
yarn.lock chore(deps): update minor and patch version dependencies (master) (#31) 2023-09-10 11:52:30 +02:00

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. Web application hub.

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/{DRONE_BUILD_NUMBER} (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.