Learn In Web
NextJS Website for learn programming without any IDE.
View Demo »
Report Bug
·
Request Feature
Table of Contents
About The Project
This project allows users to run codes and study without any IDE. This project focusd on schools, and students for study.
Why we need this project? :
In Korea, learning programming is essential in school. So students wants to learn programming in school; however it is difficult for students to study programming without computer.
So run this project in school server, and allow students to access this page. So they can study, and run code only with phone, or tablet.
Built With
Getting Started
This is an example of how you may give instructions on setting up your project locally. To get a local copy up and running follow these simple example steps.
Prerequisites
This is an example of how to list things you need to use the software and how to install them.
- npm
npm install npm@latest -g
Backend Server & Database
Installation
-
Clone the repo
git clone http://khuhub.khu.ac.kr/2021105619/learn_in_web
-
Install NPM packages
npm install
-
Enter your SERVER_BASE_URL in
src/api/index.js
export const SERVER_BASE_URL = '127.0.0.1:4000';
Build & Run
npm run build && npm run start
- For Developer
npm run dev
Usage
Use this space to show useful examples of how a project can be used. Additional screenshots, code examples and demos work well in this space. You may also link to more resources.
For Demo, please see my demo website Demo
Roadmap
- Add README
- Add How to Use for new user
- Add Saving with DB
-
Multi-language Support
- English
- Japanese
Custom Input
Add competition between users with runtime.
See the open issues for a full list of proposed features (and known issues).
Contributing
Contributions are what make the open source community such an amazing place to learn, inspire, and create. Any contributions you make are greatly appreciated.
If you have a suggestion that would make this better, please fork the repo and create a pull request. You can also simply open an issue with the tag "enhancement". Don't forget to give the project a star! Thanks again!
- Fork the Project
- Create your Feature Branch (
git checkout -b feature/newFeature
) - Commit your Changes (
git commit -m 'Add some newFeature'
) - Push to the Branch (
git push origin feature/newFeature
) - Open a Pull Request
License
Distributed under the MIT License.
Contact
Your Name - @taintlesscupcake - email
Project Link: http://khuhub.khu.ac.kr/2021105619/learn_in_web