Skip to content

alex-ac2/tweeter

 
 

Repository files navigation

Tweeter-Doodle Project

Tweeter-Doodle is a simple, single-page Twitter clone that incorporates an added doodle feature for users to submit. Users can either submit a tweet or post a doodle. Enjoy!

Heroku Deployment: https://tweeter-doodle.herokuapp.com/

Run Locally

  1. Clone this repository
  2. Install dependencies using the npm install command.
  3. Copy .env.example to .env and place in root directory of project.
  4. Start the web server using the npm run local command. The app will be served at http://localhost:3000/.
  5. Go to http://localhost:3000/ in your browser.

Dependencies

  • body-parser
  • dotenv
  • Express
  • MongoDB
  • Express
  • Chance
  • md5
  • Nodemon
  • Node 5.10.x or above

Final Project

URLs Page: "Screenshot of URLs Page"

Doodle Feature Screenshot: "Doodle Feature Screenshot"

140+ Character Error message: "140+ Character Error message"

About

Tweeter-Doodle: Twitter clone allowing users to submit a tweet or post a doodle

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 60.7%
  • CSS 31.5%
  • HTML 7.8%