Skip to content

alvinoalvin/lifelong-learning

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

33 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation


Logo

Lifelong learning is a project created for then purpose of helping people keep track of their progress while developing new skills

Report Bug · Request Feature

About The Project

home-dashboard

There are many great productivity apps that are on the web, however we wanted to create something that would allow users to track their own progress as well as make recommendations to help each others develop new skills.

back to top

Built With

back to top

Getting Started

As the site is not currently published, in order to run it we'll need to get a local copy up and running follow these simple example steps.

Prerequisites

This is an example of how to list things you need to use the software and how to install them.

  • create a database and run the create.sql script you can populate it with the development.sql script if you want test data
  • create a .env file and link the database

Installation

  1. Clone the repo
    git clone https://github.com/alvinoalvin/lifelong-learning.git
    
  2. Install NPM packages
    npm install
    cd client
    npm install
    

Running the project

  1. Build the project in the client directory.
    npm run build
    
  2. Run the project on both client and server side. You'll need a second terminal for this
    npm run start
    
  3. Navigate to localhost:3000

back to top

Usage

This site allows users to keep track of their progress on new skills and to plan out their path. To start we'll go through a typical workflow!

  1. Click the book icon in the nav bar and add a skill you'd like to progress in

  2. Open up the skill in the skill list all-skills

  3. Here we can see a few things

    • Our task progress
    • Some recommendations that other team members have given us for our skill
    • Any notes we wrote previously
    • Some tasks we set for ourselves
    • Some resources we've taken note of
  4. from there we can now interact with whatever we need say check off a task or add a note, maybe check out a recommendation from a friend skill-record

back to top

License

Distributed under the MIT License. See LICENSE.txt for more information.

back to top

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published