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
13 changes: 13 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
# Thank you!
Thank you so much for giving me the opportunity to showcase my skills. I spent about 2 hours on the assessment minus the time I spent reading some of the company standards and guidelines. One thing I planned to do was to separate my total calculation into a utils file.

# To run the program
```sh
cd septa-fare-calculator
```
```sh
npm install
```
```sh
npm start
```
24 changes: 24 additions & 0 deletions septa-fare-calculator/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
# 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
.eslintcache

npm-debug.log*
yarn-debug.log*
yarn-error.log*
33 changes: 0 additions & 33 deletions septa-fare-calculator/README.md

This file was deleted.

10 changes: 0 additions & 10 deletions septa-fare-calculator/index.html

This file was deleted.

Loading