Skip to content

Aoof/svelte-aoof-ca

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

79 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Aoof.ca

Description

Aoof.ca is a web application that seems like a regular portfolio website, but has a hidden feature that is useful for me and my friends. The website is a Svelte frontend with an Express.js backend.

Getting Started

Dependencies

  • Will be available in the frontend and backend READMEs

Installing

  • Review the frontend and backend READMEs for installation instructions

Executing program

  • How to run the program
    • Frontend
      • cd frontend
      • npm run dev
    • Backend
      • cd backend
      • npm run dev

Frontend

The frontend of this project is located in the frontend directory. It is a Svelte project. For more details, refer to the frontend README.

Backend

The backend of this project is located in the backend directory. It is a Node.js and Express.js project. For more details, refer to the backend README (if available).

Author

Abdulrahman Mousa (aoof.ca)

Version History

  • 0.1
    • Initial Release

License

This project is licensed under the MIT License - see the LICENSE.md file for details

Acknowledgments

  1. Loading Spinners [Svelte.dev]