Skip to content
Draft
Show file tree
Hide file tree
Changes from 11 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
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
node_modules
35 changes: 35 additions & 0 deletions .next/build-manifest.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,35 @@
{
"polyfillFiles": [
"static/chunks/polyfills.js"
],
"devFiles": [
"static/chunks/react-refresh.js"
],
"ampDevFiles": [
"static/chunks/webpack.js",
"static/chunks/amp.js"
],
"lowPriorityFiles": [
"static/development/_buildManifest.js",
"static/development/_ssgManifest.js"
],
"rootMainFiles": [],
"pages": {
"/_app": [
"static/chunks/webpack.js",
"static/chunks/main.js",
"static/chunks/pages/_app.js"
],
"/_error": [
"static/chunks/webpack.js",
"static/chunks/main.js",
"static/chunks/pages/_error.js"
],
"/about": [
"static/chunks/webpack.js",
"static/chunks/main.js",
"static/chunks/pages/about.js"
]
},
"ampFirstPages": []
}
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file not shown.
Binary file not shown.
Binary file added .next/cache/webpack/client-development/0.pack
Binary file not shown.
Binary file added .next/cache/webpack/client-development/1.pack
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file added .next/cache/webpack/server-development/0.pack
Binary file not shown.
Binary file added .next/cache/webpack/server-development/1.pack
Binary file not shown.
Binary file not shown.
Binary file not shown.
27 changes: 27 additions & 0 deletions .next/fallback-build-manifest.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
{
"polyfillFiles": [
"static/chunks/polyfills.js"
],
"devFiles": [
"static/chunks/fallback/react-refresh.js"
],
"ampDevFiles": [
"static/chunks/fallback/webpack.js",
"static/chunks/fallback/amp.js"
],
"lowPriorityFiles": [],
"rootMainFiles": [],
"pages": {
"/_app": [
"static/chunks/fallback/webpack.js",
"static/chunks/fallback/main.js",
"static/chunks/fallback/pages/_app.js"
],
"/_error": [
"static/chunks/fallback/webpack.js",
"static/chunks/fallback/main.js",
"static/chunks/fallback/pages/_error.js"
]
},
"ampFirstPages": []
}
1 change: 1 addition & 0 deletions .next/package.json
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
{"type": "commonjs"}
1 change: 1 addition & 0 deletions .next/react-loadable-manifest.json
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
{}
136 changes: 136 additions & 0 deletions .next/server/_error.js

Large diffs are not rendered by default.

4 changes: 4 additions & 0 deletions .next/server/font-loader-manifest.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
self.__FONT_LOADER_MANIFEST={
"pages": {},
"app": {}
}
4 changes: 4 additions & 0 deletions .next/server/font-loader-manifest.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
{
"pages": {},
"app": {}
}
1 change: 1 addition & 0 deletions .next/server/middleware-build-manifest.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 6 additions & 0 deletions .next/server/middleware-manifest.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
{
"sortedMiddleware": [],
"middleware": {},
"functions": {},
"version": 2
}
1 change: 1 addition & 0 deletions .next/server/middleware-react-loadable-manifest.js
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
self.__REACT_LOADABLE_MANIFEST={}
6 changes: 6 additions & 0 deletions .next/server/pages-manifest.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
{
"/_app": "pages/_app.js",
"/_error": "pages/_error.js",
"/_document": "pages/_document.js",
"/about": "pages/about.js"
}
57 changes: 57 additions & 0 deletions .next/server/pages/_app.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,57 @@
/*
* ATTENTION: An "eval-source-map" devtool has been used.
* This devtool is neither made for production nor for readable output files.
* It uses "eval()" calls to create a separate source file with attached SourceMaps in the browser devtools.
* If you are trying to read the output file, select a different devtool (https://webpack.js.org/configuration/devtool/)
* or disable the default devtool with "devtool: false".
* If you are looking for production-ready output files, see mode: "production" (https://webpack.js.org/configuration/mode/).
*/
(() => {
var exports = {};
exports.id = "pages/_app";
exports.ids = ["pages/_app"];
exports.modules = {

/***/ "./pages/_app.js":
/*!***********************!*\
!*** ./pages/_app.js ***!
\***********************/
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {

"use strict";
eval("__webpack_require__.r(__webpack_exports__);\n/* harmony export */ __webpack_require__.d(__webpack_exports__, {\n/* harmony export */ \"default\": () => (/* binding */ App)\n/* harmony export */ });\n/* harmony import */ var react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! react/jsx-dev-runtime */ \"react/jsx-dev-runtime\");\n/* harmony import */ var react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0___default = /*#__PURE__*/__webpack_require__.n(react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__);\n/* harmony import */ var _styles_globals_css__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! ../styles/globals.css */ \"./styles/globals.css\");\n/* harmony import */ var _styles_globals_css__WEBPACK_IMPORTED_MODULE_1___default = /*#__PURE__*/__webpack_require__.n(_styles_globals_css__WEBPACK_IMPORTED_MODULE_1__);\n\n\nfunction App({ Component , pageProps }) {\n return /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(Component, {\n ...pageProps\n }, void 0, false, {\n fileName: \"D:\\\\CodeProjects\\\\NextJS Projects\\\\typing-test\\\\pages\\\\_app.js\",\n lineNumber: 4,\n columnNumber: 10\n }, this);\n}\n//# sourceURL=[module]\n//# sourceMappingURL=data:application/json;charset=utf-8;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiLi9wYWdlcy9fYXBwLmpzLmpzIiwibWFwcGluZ3MiOiI7Ozs7Ozs7O0FBQUE7QUFBOEI7QUFFZixTQUFTQSxJQUFJLEVBQUVDLFVBQVMsRUFBRUMsVUFBUyxFQUFFLEVBQUU7SUFDcEQscUJBQU8sOERBQUNEO1FBQVcsR0FBR0MsU0FBUzs7Ozs7O0FBQ2pDLENBQUMiLCJzb3VyY2VzIjpbIndlYnBhY2s6Ly90eXBpbmctdGVzdC1uZXh0LmpzLy4vcGFnZXMvX2FwcC5qcz9lMGFkIl0sInNvdXJjZXNDb250ZW50IjpbImltcG9ydCAnLi4vc3R5bGVzL2dsb2JhbHMuY3NzJ1xyXG5cclxuZXhwb3J0IGRlZmF1bHQgZnVuY3Rpb24gQXBwKHsgQ29tcG9uZW50LCBwYWdlUHJvcHMgfSkge1xyXG4gIHJldHVybiA8Q29tcG9uZW50IHsuLi5wYWdlUHJvcHN9IC8+XHJcbn1cclxuIl0sIm5hbWVzIjpbIkFwcCIsIkNvbXBvbmVudCIsInBhZ2VQcm9wcyJdLCJzb3VyY2VSb290IjoiIn0=\n//# sourceURL=webpack-internal:///./pages/_app.js\n");

/***/ }),

/***/ "./styles/globals.css":
/*!****************************!*\
!*** ./styles/globals.css ***!
\****************************/
/***/ (() => {



/***/ }),

/***/ "react/jsx-dev-runtime":
/*!****************************************!*\
!*** external "react/jsx-dev-runtime" ***!
\****************************************/
/***/ ((module) => {

"use strict";
module.exports = require("react/jsx-dev-runtime");

/***/ })

};
;

// load runtime
var __webpack_require__ = require("../webpack-runtime.js");
__webpack_require__.C(exports);
var __webpack_exec__ = (moduleId) => (__webpack_require__(__webpack_require__.s = moduleId))
var __webpack_exports__ = (__webpack_exec__("./pages/_app.js"));
module.exports = __webpack_exports__;

})();
167 changes: 167 additions & 0 deletions .next/server/pages/_document.js

Large diffs are not rendered by default.

136 changes: 136 additions & 0 deletions .next/server/pages/_error.js

Large diffs are not rendered by default.

56 changes: 56 additions & 0 deletions .next/server/pages/about.js

Large diffs are not rendered by default.

Loading