Skip to content

Commit c676a9d

Browse files
committed
Add info author
1 parent 02e041e commit c676a9d

File tree

1 file changed

+17
-19
lines changed

1 file changed

+17
-19
lines changed

README.md

Lines changed: 17 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
1-
21
<!-- PROJECT DESCRIPTION -->
32

43
# 📖 JavaScript Group Project
54

6-
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.
99

1010
## Built With
1111

@@ -21,19 +21,18 @@
2121

2222
<!-- Features -->
2323

24-
### Key Features
24+
### Key Features
2525

2626
- **[Git Flow]**
2727
- **[Good HTML, CSS and JS practices]**
2828
- **[ES6, modules]**
2929

3030
<!-- GETTING STARTED -->
3131

32-
## 💻 Getting Started
32+
## 💻 Getting Started
3333

3434
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)
3535

36-
3736
### Setup
3837

3938
- 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
4544

4645
To run the project, execute the following command:
4746

48-
- <code>npm run start</code> in your terminal.
47+
- <code>npm run start</code> in your terminal.
4948

5049
### Run tests
5150

5251
- 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.
5453

5554
<!-- AUTHORS -->
5655

57-
## 👥 Authors
56+
## 👥 Authors
5857

5958
👤 **Ashmal Zahra**
6059

6160
- GitHub: [@githubhandle](https://github.com/ashmalzahra)
6261
- Twitter: [@twitterhandle](https://twitter.com/AshmalZahraa)
6362
- LinkedIn: [LinkedIn](https://www.linkedin.com/in/ashmal-zahra-35bb09242/)
6463

65-
👤 ** **
64+
👤 **Jesus Molina**
6665

67-
- GitHub: [@githubhandle]()
68-
- Twitter: [@twitterhandle]()
69-
- LinkedIn: [LinkedIn]()
66+
- GitHub: [@Sparktan24](https://github.com/Sparktan24)
67+
- Twitter: [@Sparktan1](https://twitter.com/Sparktan1)
68+
- LinkedIn: [Jesus Molina](https://www.linkedin.com/in/jesus-molina-2b104424a/)
7069

7170
<!-- CONTRIBUTING -->
7271

73-
## 🤝 Contributing
72+
## 🤝 Contributing
73+
7474
Contributions, issues, and feature requests are welcome!
7575

7676
Feel free to check the [issues page](https://github.com/ashmalzahra/group-capstone-project/issues).
7777

7878
<!-- SUPPORT -->
7979

80-
## ⭐️ Show your support
80+
## ⭐️ Show your support
8181

8282
Give a ⭐️ if you like this project!
8383

8484
<!-- LICENSE -->
8585

86-
## 📝 License
86+
## 📝 License
8787

8888
This project is [MIT](https://choosealicense.com/licenses/mit/) licensed.
89-
90-

0 commit comments

Comments
 (0)