This repository has been archived by the owner on Oct 3, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 134
/
Copy pathproject.json
48 lines (48 loc) · 2.48 KB
/
project.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
{
"repoName": "drum-root",
"tagline": "A React Web App for Creating and Sharing Drum Loops.",
"color": "#8244BC",
"logo": "https://raw.githubusercontent.com/zero-to-mastery/drum-root/master/src/resources/logos/logo_image.jpg",
"channelName": "drum-root",
"desc": [
"A React Web App for Creating and Sharing Drum Loops.",
"__**Features:**__ \n• Create Drum Loops \n• Record Custom Sounds \n• Save and Share Drum Loops With Others",
"__**Front End Tech:**__ \n• [React](https://reactjs.org/) - JavaScript UI Library \n• [Next.js](https://nextjs.org/) - Server Side Rendering\n• [Styled Components](https://www.styled-components.com/) - Styling\n• [Jest](https://jestjs.io/) - JavaScript Testing Framework\n• [Puppeteer](https://developers.google.com/web/tools/puppeteer) - A Node Library for Controlling Headless Chrome or Chromium. Used for end to end Testing\n• [Storybook](https://storybook.js.org/) - Tool for Developing UI Components in Isolation",
"__**Back End Tech:**__ \n• [Express](https://expressjs.com/) - Web Framework for Node.js\n• [PostgreSql](https://www.postgresql.org/) - Relational Database\n• [Redis](https://redis.io/) - In-Memory Data Structure Store used for Authorization"
],
"team": [
["Josh", "Project Lead"],
["needed", "Front End Lead"],
["yaashShelatkar", "Back End Lead"],
["Bo", "QA Lead"],
["Aneesh", "Database Lead"],
["needed", "Designer/ Styling Lead"]
],
"links": [
[
"README.md",
"https://github.com/zero-to-mastery/drum-root/blob/master/README.md"
],
[
"CONTRIBUTING.md",
"https://github.com/zero-to-mastery/drum-root/blob/master/CONTRIBUTING.md"
],
["Wiki", "https://github.com/zero-to-mastery/drum-root/wiki"]
],
"poi": [
[
"README.md",
"https://github.com/zero-to-mastery/drum-root/blob/master/README.md"
],
[
"CONTRIBUTING.md",
"https://github.com/zero-to-mastery/drum-root/blob/master/CONTRIBUTING.md"
],
["Wiki", "https://github.com/zero-to-mastery/drum-root/wiki"]
],
"tasks": {
"title": "Trello Tasks",
"desc": "We use Trello to manage the tasks within this project. Further information on how to use Trello and claim a task can be found in the [CONTRIBUTING.md](https://github.com/zero-to-mastery/drum-root/blob/master/CONTRIBUTING.md) file on Github."
},
"welcomeMsg":"Please take a moment to read through the pinned messages. Here you will find important notes and how to get stated with the project!"
}