A simple SPA AJAX based Twitter clone that uses jQuery, CSS and HTML to post and get tweets from a node server. Focus of this project is on comfort with front-end responsive design, simple CSS and HTML, and some jQuery.
Designed & developed by Dylan Wang.
- Create a new repository using this repository as a template.
- Clone your repository onto your local device.
- Install dependencies using the
npm install
command. - Start the web server using the
npm run local
command. The app will be served at http://localhost:8080/. - Go to http://localhost:8080/ in your browser.
- Change your screen size to see the different layouts, the breakpoint is 1024px.
- Express
- Node 5.10.x or above
- Chance
- Body-parser
- Md5