Skip to content
Draft
Show file tree
Hide file tree
Changes from 20 commits
Commits
Show all changes
23 commits
Select commit Hold shift + click to select a range
1e10ef5
Delete testimonials.html
zemetskiym Jan 19, 2023
9c3bf7a
Delete profile.html
zemetskiym Jan 19, 2023
dd3e74c
Delete practice.html
zemetskiym Jan 19, 2023
96b68fd
Delete index.html
zemetskiym Jan 19, 2023
ca49412
Delete about.html
zemetskiym Jan 19, 2023
839113a
Delete assets directory
zemetskiym Jan 19, 2023
f554971
Add files via upload
zemetskiym Jan 19, 2023
097be7b
Update index.js styles and links
zemetskiym Jan 20, 2023
1a32be8
Camelcase/fix styles for index.js Next.js transfer
zemetskiym Jan 20, 2023
d77172a
Add Next/Link to Index.js for routing
zemetskiym Jan 21, 2023
cf8d9e2
Create About.js page and transfer HTML
zemetskiym Jan 24, 2023
2a39772
Updated repo for diversion-2k23 event
arpitghura Jan 26, 2023
d16e1be
Merge branch 'arpitghura:main' into Next.js
zemetskiym Jan 28, 2023
80ed202
Delete assets directory
zemetskiym Jan 28, 2023
1af4ee2
Add .next folder to .gitignore
zemetskiym Jan 28, 2023
05ce5b9
Style About.js & make Navbar a separate component
zemetskiym Jan 28, 2023
390e522
Merge branch 'Next.js' of https://github.com/zemetskiym/typing-test i…
zemetskiym Jan 28, 2023
fd06c25
Remove .next folder and modularize Footer
zemetskiym Jan 28, 2023
7780d63
Make and style Practice page
zemetskiym Jan 28, 2023
24a5b25
Remove import function for makeSentence
zemetskiym Jan 28, 2023
94cd505
Add sentence.mjs and camelCase JSX attributes
zemetskiym Feb 2, 2023
3f5f4e1
Add and style profile.js
zemetskiym Feb 2, 2023
7dde4c4
Add context for user state
zemetskiym Feb 3, 2023
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
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
node_modules/
.next/
43 changes: 26 additions & 17 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,25 +1,34 @@
# Typing Test - Practice Your Typing Skills
![Typing test](https://img.shields.io/badge/Contribute-red?style=?style=for-the-badge&logo=Github&logoColor=black&link=https://github.com/arpitghura/typing-test)
![Typing Test](https://img.shields.io/badge/Typing-Test-brightgreen?style=?style=for-the-badge&link=https://typing-test-project.vercel.app/)
<a href="https://github.com/arpitghura/typing-test/blob/main/LICENSE"><img src="https://img.shields.io/github/license/arpitghura/hacktoberfest?color=2b9348" alt="License Badge"/></a>
[![Typing Test](https://img.shields.io/badge/Codeof-Conduct-brightgreen?style=?style=for-the-badge)](https://github.com/arpitghura/typing-test/blob/main/CODE_OF_CONDUCT.md)
![Typing Test participating in KWoC 22](https://img.shields.io/badge/KWoC-2022-blue?style=?style=for-the-badge)

<img src="./assets/images/kwoc'22.png">
<div align="center">

Typing Test is a webapp to test and practice your typing skills in order to enhance them. In the App, words and sentences are generated randomly to ensure no repetition of a word or a sentence.
[![GitHub issues](https://img.shields.io/github/issues/arpitghura/typing-test?color=pink&logo=github)](https://github.com/arpitghura/typing-test/issues)
[![GitHub PRs](https://img.shields.io/github/issues-pr/arpitghura/typing-test?style=social&logo=github)](https://github.com/arpitghura/typing-test/pulls)
![GitHub forks](https://img.shields.io/github/forks/arpitghura/typing-test?logo=git)
[![Contributors](https://img.shields.io/github/contributors/arpitghura/typing-test?color=2b9348)](https://github.com/arpitghura/typing-test/contributors")
[![Access Here](https://img.shields.io/badge/Access-Here-brightgreen?style=?style=for-the-badge)](https://typing-test-project.vercel.app/)
[![License Badge](https://img.shields.io/github/license/arpitghura/hacktoberfest?color=2b9348)](https://github.com/arpitghura/typing-test/blob/main/LICENSE)
[![Code of Conduct](https://img.shields.io/badge/Codeof-Conduct-brightgreen?style=?style=for-the-badge)](https://github.com/arpitghura/typing-test/blob/main/CODE_OF_CONDUCT.md)
[![Typing Test participated in KWoC 22](https://img.shields.io/badge/KWoC-2022-blue?style=?style=for-the-badge)](https://kwoc.kossiitkgp.org/projects?query=typing+test)

The Web App can be accessible from [https://typing-test-project.vercel.app](https://typing-test-project.vercel.app)</br></br>
</div>

## Features
<ul>
<li>Time Based Practice Sessions</li>
<li>Paragraph Based Practice Sessions (Under Development)</li>
<li>Change Difficulty Level as per your choice: Easy, Medium & Hard</li>
<li>History Saver with Username</li>
</ul>
Typing Test is a webapp to test and practice your typing skills in order to enhance them. In the App, words and sentences are generated randomly to ensure no repetition of a word or a sentence.

## Tech Stack :
The Web App can be accessible from [https://typing-test-project.vercel.app](https://typing-test-project.vercel.app)

## Part of Diversion 2k23 Open-source Event
<p align="center">
<a href="https://diversion.tech/">
<img src="./assets/images/Diversion-logo.png">
</a>
</p>

### [Click to Know More about Contributing through Diversion 2k23](diversion-2k23.md)
<br>

### Project Domain: Web
### Tech Stack :

1. HTML5

Expand Down Expand Up @@ -243,7 +252,7 @@ Report Generated on Completion:
</tr>
</table>

> This repo had been a part of HacktoberFest 2022
> This repo had been a part of HacktoberFest 2022 and KWoC'23

Thanks for coming here!
### Give a ⭐ if you liked this!
73 changes: 0 additions & 73 deletions about.html

This file was deleted.

15 changes: 0 additions & 15 deletions assets/css/dark.css

This file was deleted.

Loading