Skip to content

Improve The Boilerplate by Creating a Frontend Based on JavaScript Framework ReactJs 🚀  #2

@yezz123

Description

@yezz123

Frontend Based on JavaScript Framework ReactJs 🚀

  • Create a Frontend Part for Nectus Boilerplate Based on ReactJs 🤖 .

  • build a basic CRUD (Create, Read, Update, and Delete) application using Python with Flask as the API and React for the front-end.

Simple boilerplate for a Flask backend and React client including:

  • ES6 transpiring via Webpack
  • Hot module reloading via Webpack Dev Server
  • State management via Redux
  • Tests via Pytest and Jest
  • Linting via Pylint and Eslint

Dependencies :

"dependencies": {
        "@testing-library/jest-dom": "^5.14.1",
        "@testing-library/react": "^11.2.7",
        "@testing-library/user-event": "^12.8.3",
        "babel-loader": "8.1.0",
        "axios": "^0.21.1",
        "bootstrap": "^5.0.2",
        "react": "^17.0.2",
        "react-dom": "^17.0.2",
        "react-dotenv": "^0.1.3",
        "react-router-dom": "^5.2.0",
        "react-scripts": "4.0.3",
        "reactstrap": "^8.9.0",
        "web-vitals": "^1.1.2"
    }

Note : This issue relate to this pull request #1

Metadata

Metadata

Assignees

Labels

documentationImprovements or additions to documentationenhancementNew feature or requestgood first issueGood for newcomers

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions