Skip to content

paulief/clock-app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Clock App

This is a clock app (built with React/Redux and Node.js) which allows the user to change the time. The user's preferences are stored on the server (although not persisted if server restarts).

To run the project, clone the repo and go into the directory. Run npm install to install required packages. Then run npm run server and in another terminal window, run npm start. You can then access the app from your browser at http://localhost:3000.

This project follows the Airbnb style guide for Javascript (https://github.com/airbnb/javascript).

Next Steps

  • Add a CSS pre-processor
  • Serve static files from node server
  • Persist user preferences
  • Allow changing between 24 and 12 hour clock
  • Allow user to select timezone
  • Add reset button

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published