Giter Site home page Giter Site logo

pre-assignment's Issues

서버에서 이메일 형식 체크

패턴 체크하는 함수를 만들어서 서버에서 확인
현재 sendError를 보내지만 페이지를 다시 보내는 방식으로 수정 필요

4~5 기능 구현

현재, 수정 폼에 들어가 비밀번호를 검사 / 클라이언트에서 비밀번호 검사
비밀번호를 입력하는 별도의 페이지 작성 필요

클라이언트 쪽에서 이메일 형식 체크

var mailexp = /[a-z0-9]{2,}@[a-z0-9-]{2,}.[a-z0-9]{2,}/i;
if(!mailexp.test(form.email.value)) {
alert("이메일을 형식을 확인하세요");
form.email.focus();
return false;
}
스크립트 언어 작성

처음부터 다시 시작.. 1~3까지 기능 구현

  1. 이메일, 비밀번호, 본문을 입력 받아 디비에 추가
  2. 글 등록 시 현재 시각도 기록
  3. DB에 있는 내용을 최신 글이 맨 위에 오도록 페이징 없이 출력 (글 클릭 시 상세 보기 가능)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.