Learn_In_Web

Learn_In_Web

NodeJS Website. Users can make code problem, and solve it.

8a64dabb Change README logo error · by sungjin


Logo

Learn In Web

NextJS Website for learn programming without any IDE.
View Demo »

Report Bug · Request Feature

Table of Contents

  1. About The Project
  2. Getting Started
  3. Usage
  4. Roadmap
  5. Contributing
  6. License
  7. Contact
  8. Acknowledgments

About The Project

Product Name Screen Shot

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.

(back to top)

Built With

(back to top)

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
  1. Clone the repo

    git clone http://khuhub.khu.ac.kr/2021105619/learn_in_web
    
  2. Install NPM packages

    npm install
    
  3. Enter your SERVER_BASE_URL in src/api/index.js

    export const SERVER_BASE_URL = '127.0.0.1:4000';
    
  4. Build & Run

   npm run build && npm run start
  1. For Developer
   npm run dev

(back to top)

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

(back to top)

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).

(back to top)

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!

  1. Fork the Project
  2. Create your Feature Branch (git checkout -b feature/newFeature)
  3. Commit your Changes (git commit -m 'Add some newFeature')
  4. Push to the Branch (git push origin feature/newFeature)
  5. Open a Pull Request

(back to top)

License

Distributed under the MIT License.

(back to top)

Contact

Your Name - @taintlesscupcake - email

Project Link: http://khuhub.khu.ac.kr/2021105619/learn_in_web

(back to top)

(back to top)