Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 8 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1 +1,8 @@
# Marathon App
# Laezonia-University
This is a README file containing an assesment answeres to [Laezonia-University](https://sway.office.com/tQPhBFOCNJbEQIi6?authoringPlay=true) about their Marathon
## Details And Depedencies
- We used TypeScript and JavaScript as part of our programing language
- ReactJs is the Framework we used to Develop the Application
- TailwindCss is Our Css Framework for styling
- FireBase as Our Backend as a Service
## Instalations
15 changes: 0 additions & 15 deletions index.html

This file was deleted.

23 changes: 23 additions & 0 deletions laezonia-university/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
# See https://help.github.com/articles/ignoring-files/ for more about ignoring files.

# dependencies
/node_modules
/.pnp
.pnp.js

# testing
/coverage

# production
/build

# misc
.DS_Store
.env.local
.env.development.local
.env.test.local
.env.production.local

npm-debug.log*
yarn-debug.log*
yarn-error.log*
8 changes: 8 additions & 0 deletions laezonia-university/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
# Laezonia-University
This is a README file containing an assesment answeres to [Laezonia-University](https://sway.office.com/tQPhBFOCNJbEQIi6?authoringPlay=true) about their Marathon
## Details And Depedencies
- We used TypeScript and JavaScript as part of our programing language
- ReactJs is the Framework we used to Develop the Application
- TailwindCss is Our Css Framework for styling
- FireBase as Our Backend as a Service
## Instalations
Loading