Skip to content

frankly034/startup-progress

Repository files navigation

Startup Progress

Every startup goes through several stages. In every stage, there are necessary steps to be accomplished. This NextJS application would help track this process.

Table of Contents

Features

  • A user can view different phases and steps to complete each phase.
  • Users can only move to the next phase when preceeding phase is completed.
  • Users can reopen a completed phase using the reopen button that appears on completed phases.
  • Users are shown a random fact once all phases are completed.

Todos

  • Style redo button.
  • Add phase state to show status - active or inactive.

APIs Employed

  • There was no API integration for the phases and steps. Browser localstorage was used to keep track of progress.
  • The API employed for random facts was gotten from by here.

Built with

  • NextJS

Mock Designs

See mock design guides for the app below;

Screenshot 2022-11-21 at 16 18 38

Required Installations

  • Npm

Installation of This Repository

Once you have installed the required packages shown on the Required Installations, proceed with the following steps

Clone the Repository

your@pc:~$ git clone [email protected]:frankly034/startup-progress.git

Move to the downloaded folder

your@pc:~$ cd startup-progress

Install all packages

your@pc:~$ npm install

Open the app

your@pc:~$ npm run dev

License

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

Contact

Acknowledgements

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published