Skip to content

Commit

Permalink
Merge pull request #6 from githubuniverseworkshops/arilivigni/self-se…
Browse files Browse the repository at this point in the history
…rvice-prompting

Update .gitignore and refine README.md for clarity on leaderboard ter…
  • Loading branch information
arilivigni authored Oct 10, 2024
2 parents 07f2382 + 08af4f4 commit 14c2e19
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 2 deletions.
11 changes: 11 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1 +1,12 @@
.DS_Store

# Virtual Environment
venv/

# octofit backend
octofit/
manage.py
app/

# octofit frontend
frontend
4 changes: 2 additions & 2 deletions docs/1_Story/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ OctoFit Tracker will include:
- User authentication and profiles
- Activity logging and tracking
- Team creation and management
- Competitive leaderboards
- Competitive leader boards
- Personalized workout suggestions

### Technology Stack
Expand All @@ -51,7 +51,7 @@ We'll be using a modern web application stack:
- User authentication
- Activity logging API
- Team management
- Leaderboard functionality
- Leader board functionality

4. **Frontend Development**
- Setting up React components
Expand Down

0 comments on commit 14c2e19

Please sign in to comment.