Skip to content

Commit

Permalink
added expense tracker with bar graph
Browse files Browse the repository at this point in the history
  • Loading branch information
ankitaNioclass committed Jun 20, 2024
2 parents 2680c8e + 6bb5056 commit 1e93ef3
Show file tree
Hide file tree
Showing 5 changed files with 2,408 additions and 3,219 deletions.
7 changes: 7 additions & 0 deletions App.js
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,8 @@ import AddWorkout from "./src/screens/FitnessTracker/AddWorkout";
import WorkoutOverview from "./src/screens/FitnessTracker/WorkoutOverview";
import AddExpense from "./src/screens/ExpenseTracker/AddExpense";
import Dashboard from "./src/screens/ExpenseTracker/Dasboard";
import CodingQuiz from "./src/screens/CodingQuiz/CodingQuiz";


export default function App() {
const Stack = createNativeStackNavigator();
Expand Down Expand Up @@ -190,6 +192,11 @@ export default function App() {
},
}}
/>
<Stack.Screen
name="Coding Quiz"
component={CodingQuiz}
options={{ headerShown: true, animation: "slide_from_right" }}
/>
</Stack.Navigator>
</NavigationContainer>
);
Expand Down
Loading

0 comments on commit 1e93ef3

Please sign in to comment.