Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/joakimteixeira/expense-tracker
Project to test React context API
https://github.com/joakimteixeira/expense-tracker
boostrap context-api css reactjs responsive-design
Last synced: about 2 months ago
JSON representation
Project to test React context API
- Host: GitHub
- URL: https://github.com/joakimteixeira/expense-tracker
- Owner: JoakimTeixeira
- Created: 2020-11-01T02:53:55.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2024-11-07T19:28:26.000Z (about 2 months ago)
- Last Synced: 2024-11-07T20:30:32.760Z (about 2 months ago)
- Topics: boostrap, context-api, css, reactjs, responsive-design
- Language: JavaScript
- Homepage:
- Size: 443 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Expense Tracker
Project to test React children and Context API
![image](https://user-images.githubusercontent.com/12193814/98158481-b76ba400-1eb9-11eb-9b7d-fdaba747589d.png)
## To-do
- [ ] Refactor component states for better atomicity
- [ ] Create a new user interface## Running the Project
To get started, fork the repository, clone it, and then run the following commands:
npm install
npm run start