-
Notifications
You must be signed in to change notification settings - Fork 68
[Fix] Shifting to NextJS #79
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Draft
zemetskiym
wants to merge
23
commits into
arpitghura:next-app
Choose a base branch
from
zemetskiym:Next.js
base: next-app
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Draft
Changes from 11 commits
Commits
Show all changes
23 commits
Select commit
Hold shift + click to select a range
1e10ef5
Delete testimonials.html
zemetskiym 9c3bf7a
Delete profile.html
zemetskiym dd3e74c
Delete practice.html
zemetskiym 96b68fd
Delete index.html
zemetskiym ca49412
Delete about.html
zemetskiym 839113a
Delete assets directory
zemetskiym f554971
Add files via upload
zemetskiym 097be7b
Update index.js styles and links
zemetskiym 1a32be8
Camelcase/fix styles for index.js Next.js transfer
zemetskiym d77172a
Add Next/Link to Index.js for routing
zemetskiym cf8d9e2
Create About.js page and transfer HTML
zemetskiym 2a39772
Updated repo for diversion-2k23 event
arpitghura d16e1be
Merge branch 'arpitghura:main' into Next.js
zemetskiym 80ed202
Delete assets directory
zemetskiym 1af4ee2
Add .next folder to .gitignore
zemetskiym 05ce5b9
Style About.js & make Navbar a separate component
zemetskiym 390e522
Merge branch 'Next.js' of https://github.com/zemetskiym/typing-test i…
zemetskiym fd06c25
Remove .next folder and modularize Footer
zemetskiym 7780d63
Make and style Practice page
zemetskiym 24a5b25
Remove import function for makeSentence
zemetskiym 94cd505
Add sentence.mjs and camelCase JSX attributes
zemetskiym 3f5f4e1
Add and style profile.js
zemetskiym 7dde4c4
Add context for user state
zemetskiym File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1 @@ | ||
| node_modules | ||
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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": [] | ||
| } |
Binary file added
BIN
+962 Bytes
...jFSlKjD25y4=/60.1674537947968.krwPAASYZXzZioUMdwtUWZeB1nYABLabFthgUZhsfMo=.webp
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+14.7 KB
...iNpaNSK7zz0=/60.1674537949515.cFNMVV2Tk46rc4r2EQxRDQMsQ7r09KlCil8JUsl9cW8=.webp
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+2.67 KB
...g79+lQTQ8bw=/60.1674537946766.4vBqBIN9OAPAJrP8eAgzN3I3hLSna-W3TgODJJ6pKhY=.webp
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+2.55 KB
...c-CDhzPVDno=/60.1674537947279.kLFZvCICtDVs34q9iERb2ssTkau8GfbbKtFAlFZmkHA=.webp
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 not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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": [] | ||
| } |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1 @@ | ||
| {"type": "commonjs"} |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1 @@ | ||
| {} |
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,4 @@ | ||
| self.__FONT_LOADER_MANIFEST={ | ||
| "pages": {}, | ||
| "app": {} | ||
| } |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,4 @@ | ||
| { | ||
| "pages": {}, | ||
| "app": {} | ||
| } |
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,6 @@ | ||
| { | ||
| "sortedMiddleware": [], | ||
| "middleware": {}, | ||
| "functions": {}, | ||
| "version": 2 | ||
| } |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1 @@ | ||
| self.__REACT_LOADABLE_MANIFEST={} |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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" | ||
| } |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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__; | ||
|
|
||
| })(); |
Large diffs are not rendered by default.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.