Code Monkey home page Code Monkey logo

mailbox's Introduction

Mailbox

🌸🎉使用react+redux+webpack搭建的邮箱应用🎉🌸

DEMO: https://yisha0307.github.io/Mailbox/public/index.html

记录:https://segmentfault.com/a/1190000008480601
(文章中尚未更新表单验证、搜索邮件、thunk等后加的内容)
###后续修改: ####1、搜索邮件可改为忽略大小写(用正则):

//maillist.jsx
const searchTextReg = new RegExp(searchText, 'i');
	const displayMails = displayMail.filter(mail => searchTextReg.test(mail.from)
				|| searchTextReg.test(mail.address)
				|| searchTextReg.test(mail.message)
				|| searchTextReg.test(mail.subject))

mailbox's People

Contributors

yisha0307 avatar

Stargazers

 avatar Bruno Mańczak avatar  avatar Qinie avatar  avatar MD. Mohiuddin ahmed avatar Marshall avatar GitHuber avatar  avatar Tony.J avatar  avatar 王鑫 avatar  avatar zilch40 avatar 鹤译 avatar  avatar Kelvin Wong avatar

Watchers

James Cloos avatar Natasha  Tatenda Chirombe avatar

mailbox's Issues

Error in npm run dev

image
Very good project, good work!
Please clean git project and add node_modules to .gitignore file.
I've some error to serve this project on port 8080, Please fixing this error.
It's about webpack babel config to compile JSX file.

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.