Skip to content

Commit

Permalink
Git commit Exercise tracker
Browse files Browse the repository at this point in the history
  • Loading branch information
gitsumakwel committed Nov 27, 2021
0 parents commit 9d11b4c
Show file tree
Hide file tree
Showing 12 changed files with 886 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
.env
node_modules
2 changes: 2 additions & 0 deletions .replit
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
language = "nodejs"
run = "npm start"
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
# [Exercise Tracker](https://www.freecodecamp.org/learn/apis-and-microservices/apis-and-microservices-projects/exercise-tracker)
Loading

0 comments on commit 9d11b4c

Please sign in to comment.