Skip to content

Commit f4cf081

Browse files
committed
saving latest changes
0 parents  commit f4cf081

File tree

98 files changed

+14034
-0
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

98 files changed

+14034
-0
lines changed

.gitignore

Lines changed: 35 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,35 @@
1+
# See https://help.github.com/articles/ignoring-files/ for more about ignoring files.
2+
3+
# dependencies
4+
/node_modules
5+
/.pnp
6+
.pnp.js
7+
8+
# testing
9+
/coverage
10+
11+
# next.js
12+
/.next/
13+
/out/
14+
15+
# production
16+
/build
17+
18+
# misc
19+
.DS_Store
20+
*.pem
21+
22+
# debug
23+
npm-debug.log*
24+
yarn-debug.log*
25+
yarn-error.log*
26+
27+
# local env files
28+
.env*.local
29+
30+
# vercel
31+
.vercel
32+
33+
# typescript
34+
*.tsbuildinfo
35+
next-env.d.ts

.vs/VSWorkspaceState.json

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
{
2+
"ExpandedNodes": [
3+
"",
4+
"\\app",
5+
"\\app\\api\\tasks",
6+
"\\app\\api\\tasks\\addTask",
7+
"\\app\\api\\tasks\\addTask\\[...slug]",
8+
"\\app\\users",
9+
"\\app\\users\\[username]",
10+
"\\components",
11+
"\\components\\todoComponents\\addTask",
12+
"\\_assets",
13+
"\\_assets\\icons"
14+
],
15+
"SelectedNode": "\\components\\messageComponent.tsx",
16+
"PreviewInSolutionExplorer": false
17+
}
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.

.vs/auth-project/FileContentIndex/read.lock

Whitespace-only changes.

.vs/auth-project/v17/.wsuo

150 KB
Binary file not shown.

.vs/slnx.sqlite

180 KB
Binary file not shown.

README.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
This is a task app created Next JS and Tailwind CSS.
2+
3+
It uses Mongo DB as the backend.
4+
5+
To log into a sample account, use the following login information:
6+
username: JohnCena
7+
password: password
8+

0 commit comments

Comments
 (0)