You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The JavaScript capstone project is about building my own web application based on an external API. The webapp has 2 user interfaces:
7
-
- A home page showing a list of items that you can "like."
8
-
- A popup window with more data about an item that you can use to comment on.
5
+
The JavaScript capstone project is about building my own web application based on an external API. The webapp has 2 user interfaces:
6
+
7
+
- A home page showing a list of items that you can "like."
8
+
- A popup window with more data about an item that you can use to comment on.
9
9
10
10
## Built With
11
11
@@ -21,19 +21,18 @@
21
21
22
22
<!-- Features -->
23
23
24
-
### Key Features
24
+
### Key Features
25
25
26
26
-**[Git Flow]**
27
27
-**[Good HTML, CSS and JS practices]**
28
28
-**[ES6, modules]**
29
29
30
30
<!-- GETTING STARTED -->
31
31
32
-
## 💻 Getting Started
32
+
## 💻 Getting Started
33
33
34
34
Clone this repository to get started with the project, make sure to configure linters by following the instructions in the [Linters README file](https://github.com/microverseinc/linters-config/blob/master/README.md)
35
35
36
-
37
36
### Setup
38
37
39
38
- Clone the folder to your local machine.
@@ -45,46 +44,45 @@ Clone this repository to get started with the project, make sure to configure li
45
44
46
45
To run the project, execute the following command:
47
46
48
-
- <code>npm run start</code> in your terminal.
47
+
- <code>npm run start</code> in your terminal.
49
48
50
49
### Run tests
51
50
52
51
- After pushing the changes on github, merge your pull request and let github action process changes and fix errors, if any.
53
-
- For stylelint errors run:<code>sudo npx stylelint "**/*.{css,scss}" --fix</code> for automatic fix.
52
+
- For stylelint errors run:<code>sudo npx stylelint "\*_/_.{css,scss}" --fix</code> for automatic fix.
0 commit comments