Tweeter is a single-page web app built to refine my front-end dev skills with HTML, CSS, JS, jQuery and AJAX. The app is powered by a Node/Express back-end and data is persisted using MongoDB.
After the project's core functionality was complete, additional login/registration features were added and the HTML page(s) were converted for use with the EJS templating engine.
http://tweetr-app.herokuapp.com
- Fork and clone your fork of this repository.
- Install dependencies:
npm install
ornpm i
for short. - Start the web server from the command line:
npm start
- Open the app on
http://localhost:8080/
in your web browser.
- Express.js
- Node.js
- MongoDB
- EJS
- bcrypt