Skip to content

Commit

Permalink
add release 2 (#2)
Browse files Browse the repository at this point in the history
* add release 2

* update api
  • Loading branch information
Madeeha-Anjum authored Oct 5, 2023
1 parent 3cde89e commit aa82b08
Show file tree
Hide file tree
Showing 102 changed files with 2,432 additions and 2,285 deletions.
5 changes: 5 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -33,3 +33,8 @@ yarn-error.log*
# typescript
*.tsbuildinfo
next-env.d.ts

.vscode/

.env
.env.*
5 changes: 0 additions & 5 deletions .prettierrc

This file was deleted.

21 changes: 0 additions & 21 deletions LICENSE

This file was deleted.

42 changes: 22 additions & 20 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,32 +1,34 @@
This is a [Next.js](https://nextjs.org/) project bootstrapped with [`create-next-app`](https://github.com/vercel/next.js/tree/canary/packages/create-next-app).

<div align="center">
<img src="public/images/logo.svg" alt="drawing" width="32"/>
## Getting Started

![](https://img.shields.io/badge/Code%20Style-Standard-brightgreen.svg) ![](https://img.shields.io/badge/Code%20Style-Prettier-brightgreen.svg) ![](https://img.shields.io/badge/Code%20Style-ESLint-brightgreen.svg)
![](https://img.shields.io/badge/Code%20Style-Typescript-blue.svg) ![](https://img.shields.io/badge/Code%20Style-NextJS-blue.svg)
![](https://img.shields.io/badge/Code%20Style-ReactJS-blue.svg) ![](https://img.shields.io/badge/Code%20Style-Markdown-blue.svg)
![GitHub](https://img.shields.io/github/license/Naereen/StrapDown.js.svg)
First, run the development server:

## Timeey Client :hourglass: :hourglass: :hourglass: &nbsp;
```bash
npm run dev
# or
yarn dev
# or
pnpm dev
```

</div>
Open [http://localhost:3000](http://localhost:3000) with your browser to see the result.

### :star: Project Purpose
You can start editing the page by modifying `app/page.tsx`. The page auto-updates as you edit the file.

Time management app. A Simple app that allows you to track your time. Add, delete and view your time!
This project uses [`next/font`](https://nextjs.org/docs/basic-features/font-optimization) to automatically optimize and load Inter, a custom Google Font.

### :running: Getting Started
## Learn More

```
pnpm i
```
To learn more about Next.js, take a look at the following resources:

```
pnpm dev
```
- [Next.js Documentation](https://nextjs.org/docs) - learn about Next.js features and API.
- [Learn Next.js](https://nextjs.org/learn) - an interactive Next.js tutorial.

Open [http://localhost:3000](http://localhost:3000) with your browser to see the result.
You can check out [the Next.js GitHub repository](https://github.com/vercel/next.js/) - your feedback and contributions are welcome!

## Deploy on Vercel

### :page_facing_up: License
The easiest way to deploy your Next.js app is to use the [Vercel Platform](https://vercel.com/new?utm_medium=default-template&filter=next.js&utm_source=create-next-app&utm_campaign=create-next-app-readme) from the creators of Next.js.

[MIT License](https://github.com/Madeeha-Anjum/timeey-time-client/blob/main/LICENSE)
Check out our [Next.js deployment documentation](https://nextjs.org/docs/deployment) for more details.
34 changes: 0 additions & 34 deletions api/config.ts

This file was deleted.

5 changes: 0 additions & 5 deletions api/models/CreateClockInRecordRequest.ts

This file was deleted.

7 changes: 0 additions & 7 deletions api/models/CreateClockOutRecordRequest.ts

This file was deleted.

8 changes: 0 additions & 8 deletions api/models/HistoryRecord.ts

This file was deleted.

6 changes: 0 additions & 6 deletions api/models/TimeeyError.ts

This file was deleted.

6 changes: 0 additions & 6 deletions api/models/UserCredentials.ts

This file was deleted.

3 changes: 0 additions & 3 deletions api/models/UserName.ts

This file was deleted.

76 changes: 0 additions & 76 deletions api/timeeyApi.ts

This file was deleted.

3 changes: 0 additions & 3 deletions app/globals.css

This file was deleted.

60 changes: 0 additions & 60 deletions app/layout.tsx

This file was deleted.

34 changes: 0 additions & 34 deletions app/login/page.tsx

This file was deleted.

23 changes: 0 additions & 23 deletions app/logout/page.tsx

This file was deleted.

15 changes: 0 additions & 15 deletions app/page.tsx

This file was deleted.

Loading

0 comments on commit aa82b08

Please sign in to comment.