Skip to content

Commit fc7a47a

Browse files
Merge pull request #1 from josiasbudaydeveloper/josiasbudaydeveloper-patch-1
Update README.md
2 parents 3dc1a0f + 9c9d3f8 commit fc7a47a

File tree

1 file changed

+5
-27
lines changed

1 file changed

+5
-27
lines changed

README.md

+5-27
Original file line numberDiff line numberDiff line change
@@ -1,45 +1,23 @@
11
# Dashboard App
2+
A Dashboard App where users can create an account (with their credentials or using an OAuth provider), create customers and assign invoices to them. Invoices will be shown at the Dashboard page as a summary. This project is based on the Next Learn Course, the official Next.js 14 tutorial and created by Vercel.
3+
24
This project is based on the Next Learn Course, the official Next.js 14 tutorial and created by Vercel.
35
[Click here to visit the tutorial](https://nextjs.org/learn)
46

57
> You can access the current live version of the live project and see what I'm capable of on:
68
>
79
> https://josiasbudaydeveloper-next-14-dashboard-app.vercel.app/dashboard
810
9-
## How does the course work?
10-
11-
By building a full web application. Step by step.
12-
1311
![Course explainer](https://nextjs.org/_next/image?url=%2Flearn%2Fcourse-explainer.png&w=1920&q=75&dpl=dpl_DiW2ecigo2JKHD1ioFP2oTFMkZS8)
1412

15-
- I'll set up your local environment and initializing the "ACME" Next.js project template.
16-
17-
- I'll use pre-styled components as part of each chapter that leverage Next.js conventions and patterns.
18-
19-
- I'll hook up real application logic and data to bring a fully-fledged demo website to life.
20-
21-
- At the end I'll have a website that’s ready to ship and the knowledge to build and deploy my own.
22-
23-
## What do I did until now?
24-
25-
Here’s everything I did in the version 1.0
26-
27-
This project is a Dashboard App that is a single page application (SPA) with client-side navigation and three main pages:
13+
## This project is a Dashboard App that is a single page application (SPA) with client-side navigation and three main pages:
2814
- Dashboard - A summary of all invoices.
2915
- Invoices - A list of all invoices and the possibility of searching, creating, editing or deleting any invoice. It also has pagination at the bottom of the page.
3016
- Customers - A list of all customers with a search bar for searching for specific customers. There's no pagination here in this version, so all customers are displayed at the same time.
3117
- Dark Theme - Based on Tailwind.css and that only works based on the browser theme.
3218

33-
This is the primary version of this project, which only accepts one single user and only has the credentials provider for authentication.
34-
35-
## What do I intend to implement?
36-
37-
Here’s everything I did in the version 2.0:
19+
## Here’s everything I did in the version 2.0:
3820
- Multiuser system
3921
- OAuth Authentication
4022
- Pagination for the customers, as they're going to be flexible at this version
41-
- Dark Theme feature based on the user's choice and stored on the Database:
42-
- On
43-
- Off
44-
- System Default
45-
- API for making its Back-End possible to fit the information of a possible mobile app in the future versions.
23+
- Dark Theme feature based on the user's browser theme

0 commit comments

Comments
 (0)