In the project directory, you can run:
Project aims to create a Marbling-Art-Accord App.
- We are adding a new project to our portfolios. So you and your colleagues have started to work on the project.
Marbling-Art-Accord (folder)
|
|----readme.md # Given to the students (Definition of the project)
SOLUTION
├── public
│ └── index.html
├── src
│ ├── App.css
│ ├── App.js
│ ├── components
│ │ ├── Question.jsx
│ │ ├── Header.jsx
│ │ └── MarblingArt.jsx
│ ├── helper
│ │ ├── data.js
│ │ └── icons.js
│ └── index.js
├── package.json
└── package-lock.json
Build a Marbling-Art-Accord using ReactJS.
-
HTML
-
CSS
-
JS
-
ReactJS
-
improve coding skills within HTML & CSS & JS & ReactJS.
-
use git commands (push, pull, commit, add etc.) and Github as Version Control System.
-
Step 1: Create React App using
npx create-react-app
Marbling-Art-Accord -
Step 2: Build Marbling-Art-Accord App.
-
Step 3: Push your application into your own public repo on Github
-
Step 4: Add project gif to your project and README.md file.
- You can add additional functionalitiesto your app.