During this project, I have created a fake Email Inbox Viewer web application.
It offers less features than Gmail, but it uses AJAX and Ruby on Rails so it's a really cool project! 😉
The goal was not to create a new interface to receive our real emails on, but to learn and practice AJAX requests on a Rails 5 app.
- Simply clone this repo on your machine;
- then open this repo in a Terminal window;
- run the following commands in your Terminal:
bundle install
rails db:create db:migrate db:seed
rails server
You can now open your browser on: "http://localhost:3000/" to try out my Email Inbox Viewer app using AJAX on a Rails 5!
- ✅ Create new emails;
- ✅ Open/Read emails;
- ✅ Delete emails;
- ✅ Manage Unread & Read emails;