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
27 changes: 6 additions & 21 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,23 +1,8 @@
# See https://help.github.com/articles/ignoring-files/ for more about ignoring files.
# Ignore log files
*.log

# dependencies
/node_modules
/.pnp
.pnp.js
# Ignore node_modules directory
node_modules/

# 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*
# Ignore environment files
*.env
17 changes: 7 additions & 10 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,15 +1,12 @@
# Expense Tracker (React)
# My Awesome Project

This is a React version of the [vanilla JS Expense Tracker](https://github.com/bradtraversy/vanillawebprojects/tree/master/expense-tracker). It uses functional components with hooks and the context API
## Description
This project is a demonstration of Git and GitHub workflows, including the use of .gitignore and README.md files.

## Usage
```
npm install

# Run on http://localhost:3000
npm start
## Installation Steps
1. Clone the repository:
```sh
git clone https://github.com/Your-Username/My-Awesome-Project.git

# Build for prod
npm run build
```

1 change: 1 addition & 0 deletions newtext.html
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
<h1> hi welcome to our project </h1>
1 change: 1 addition & 0 deletions newtext.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
<h1> hi welvcome to our project </h1>