Skip to content

Based on the LHL final project StartDuck, StartDuck2 is a productivity app re-built with React Hooks, React Router, Ant Design UI Framework for front-end, Express.js for server, and PostgreSQL for database.

Notifications You must be signed in to change notification settings

jerry-chuang/StartDuck2

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 

Repository files navigation

StartDuck2

Based on the LHL final project StartDuck, StartDuck2 is a productivity app re-built with React Hooks, React Router, Ant Design UI Framework for front-end, Express.js for server, and PostgreSQL for database.

Final Product

Landing Page:

"Screenshot of StartDuck Landing Page"

Select Category Page:

"Screenshot of StartDuck Select Category Page"

Home Page:

"Screenshot of StartDuck Home Page"

Activity Page:

"Screenshot of StartDuck Activity Page"

Admin Category Page:

"Screenshot of StartDuck Admin Category Page"

Admin Activities Page:

"Screenshot of StartDuck Admin Activities Page"

Admin Activity Page:

"Screenshot of StartDuck Admin Activity Page"

Setup

  1. Open TWO terminals
  2. In one terminal, run bundle to install the dependencies.
  3. Run bin/rake db:setup to create the databases (called rails_project_development by default).
  4. Run bin/rails s to run the server.
  5. In the other terminal, cd into client.
  6. Run npm install.
  7. Run npm start
  8. Visit localhost:3000 in your browser.

Dependencies

  • Express
  • PostgreSQL
  • React
  • Antd
  • Axios
  • React-router
  • Universal-cookie

About

Based on the LHL final project StartDuck, StartDuck2 is a productivity app re-built with React Hooks, React Router, Ant Design UI Framework for front-end, Express.js for server, and PostgreSQL for database.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published