This is a Next.js project bootstrapped with create-next-app
.
First, run the development server:
npm run dev
# or
yarn dev
# or
pnpm dev
Open http://localhost:3000 with your browser to see the result.
You can start editing the page by modifying pages/index.tsx
. The page auto-updates as you edit the file.
API routes can be accessed on http://localhost:3000/api/hello. This endpoint can be edited in pages/api/hello.ts
.
The pages/api
directory is mapped to /api/*
. Files in this directory are treated as API routes instead of React pages.
This project uses next/font
to automatically optimize and load Inter, a custom Google Font.
To learn more about Next.js, take a look at the following resources:
- Next.js Documentation - learn about Next.js features and API.
- Learn Next.js - an interactive Next.js tutorial.
You can check out the Next.js GitHub repository - your feedback and contributions are welcome!
The easiest way to deploy your Next.js app is to use the Vercel Platform from the creators of Next.js.
Check out our Next.js deployment documentation for more details.
Windows notepad in web with additional features!
- 🧐 About
- 🏁 Getting Started
- 🔧 Running the tests
- 🚀 Contributing
- ⛏️ Built Using
- ✍️ Author
- Contributors ✨
I love open source and its maintaining so much. I wanted a minimal and simple project to attract newcomers and everyone in general to contribute to my next project.
That's when I think of windows notepad text editor. Earlier I used Windows, but now I am using Ubuntu, and Ubuntu doesn't have a notepad (have a text editor). So I decided to create a notepad (that looks like the windows notepad) that is accessible for every platform. However, the main goal was open-sourcing.
- Newcomers to open source
- Developers who are new to react and typescript
- For everyone who loves to use Windows notepad
- Who is learning react and typescript or who already knows them both.
- Who have minimal and simple ideas relating to this project.
- Others who have interest
These instructions will get you a copy of the project up and running on your local machine for development and testing purposes.
Requirements you need to run the software and how to get them.
A step by step series of examples that tell you how to get a development env running.
Firstly install the required packages
yarn install
And start the dev server by executing
yarn start
You will navigate to browser in url http://localhost:3000 (by default) to see the output.
How to run the automated tests for this software.
The following command will run tests each time you changes the code.
yarn test:watch
To get coverage report with tests
yarn test:coverage
To run tests with watching and coverage report
yarn test:watch:coverage
Run test cases using jest with jest-junit report (using in workflow run)
yarn test
Check if any files need to be formatted, if the check fails that means some files needed to be formatted.
yarn check-format
To format all required code files
yarn format-code
Read contributing instructions and guidlines from here.
- ReactJs - A JavaScript library for building user interfaces
- @Muhammed-Rahif - Idea & Creator
Thanks goes to these wonderful people (emoji key):
Muhammed Rahif 🐛 💻 📖 🖋 🎨 🤔 🚧 |
Aswin_Pradeep 💻 |
Anand Simmy 💻 👀 |
Khushboo Agarwal 💻 🤔 👀 |
Alen Abraham 📖 |
Muhammed radin 📖 |
Abhishek Pal 💻 |
Rishi Kumar Ray 💻 |
Divya Kelaskar 📖 |
Jaseem v 🐛 |
This project follows the all-contributors specification. Contributions of any kind are welcome!